MARCC Citizen
DO NOT run jobs on the login nodes: Login nodes are used by hundreds of users to monitor their jobs, submit jobs, edit and manipulate files and sometimes to compile codes. We strongly request that users abstain of running jobs on login nodes. Sometimes users may want to run quick jobs to check that input files are correct or scientific applications are working properly. If this is the case, make sure this activity does not take more than a couple of minutes or even better request an interactive session (interact) to fully test your codes.
Do not perform activities that may impact the file systems, for example rsync or copying large or many files from one file system to the other. Please use Globus (FAQs) to transfer large amounts of data.
In short, do not run jobs or perform intensive com
Your account may be suspended and you will lose access to the queues if your activities are impacting other users.
What is allowed on login nodes:
- Request an interactive session “interact -usage”
- interact -X
- compute0717> matlab
- Compile your codes, for example run “make”. Be careful if you are running commands with multiple processes, for example while “make -j 4” may be fine,
“make -j 20”may impact other users. - Check your jobs
- “sqme”
- Edit files, scripts, manipulate files
- Submit jobs
- sbatch script-name
- Look at output files
- more file-name
What is NOT allowed:
- run jobs (./a.out)
- rsync or copy large number of files
- run applications like Matlab (use an interactive session)
- Minimize the use of certain commands like:
-
“ls –color” -
df -
top
-