Difference between revisions of "UFRC environment module"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) |
||
Line 35: | Line 35: | ||
* srunteach - start a minimal interactive SLURM session without delay. | * srunteach - start a minimal interactive SLURM session without delay. | ||
* tree - [https://linux.die.net/man/1/tree list contents of directories in a tree format]. | * tree - [https://linux.die.net/man/1/tree list contents of directories in a tree format]. | ||
− | |||
* unix2dos - a wrapper of dos2unix preset for conversion from linux to windows text file line endings. | * unix2dos - a wrapper of dos2unix preset for conversion from linux to windows text file line endings. | ||
* unix2mac - a wrapper of dos2unix preset for conversion from linux to macos text file line endings. | * unix2mac - a wrapper of dos2unix preset for conversion from linux to macos text file line endings. | ||
* xeyes - simple gui program for testing whether X11 forwarding is working. | * xeyes - simple gui program for testing whether X11 forwarding is working. |
Revision as of 17:01, 8 November 2018
A number of useful tools - both external or internal - is provided via the 'ufrc
' environment module. Load with 'module load ufrc
'. The following is a short summary of the available tools presented in alphabetical order:
- black - python3-based uncompromising python code formatter.
- blue_quota - show HiPerGator Blue Storage (/ufrc) quota usage for your user and group.
- dos2unix - convert line endings in text files between linux, windows, and macos formats.
- filan - print active file descriptors to stdout.
- findnewest - shell script to showing the most recent modified files in the argument directory.
- home_quota - show your HiPerGator Home directory quota usage.
- htop - interactive process viewer.
- mac2unix - a wrapper of dos2unix preset for conversion from macos to linux text file line endings.
- nc - concatenate and redirect sockets.
- ncat - modern nmap rewrite of netcat.
- ncdu - terminal 'gui' for showing directory sizes.
- nodeInfo - show HiPerGator node types and capacities.
- orange_quota - show HiPerGator Orange Storage (/orange) quota usage for your project(s).
- pbs_to_slurm - convert an old Torque-based job script to SLURM format.
- procan - an adaptive process analysis tool.
- pytest - Run a python test suite if present in the current directory tree.
- qos_to_burst - move a pending job with the specified id to the burst QOS.
- qos_to_main - move a pending job with the specified id to the investment QOS.
- relative_path - show relative path starting from the specified optional path.
- showAssoc - show your SLURM account associations.
- showQos - show your SLURM investment QOS limits.
- showstart - show when the job with the specified id started.
- slurm_exit_info - show SLURM exit code for a job with the specified id.
- slurmInfo - show information about SLURM allocation as well as running and pending jobs for a SLURM account.
- socat - multipurpose relay utility.
- squeueall - show all jobs in SLURM queue.
- squeuemine - show SLURM jobs for your user id.
- squeue_pending - show sum of resources requested by all pending SLURM jobs.
- srundev - start an interactive SLURM session on a development/testing node.
- srungui - start an interactive SLURM session on a gui node.
- sruni - start an interactive SLURM session on a compute node.
- srunteach - start a minimal interactive SLURM session without delay.
- tree - list contents of directories in a tree format.
- unix2dos - a wrapper of dos2unix preset for conversion from linux to windows text file line endings.
- unix2mac - a wrapper of dos2unix preset for conversion from linux to macos text file line endings.
- xeyes - simple gui program for testing whether X11 forwarding is working.