The Point: Got a big job? Use a big computer.
Prerequisites: Same as for submitting a regular job. Obviously, you need access to the NERSC account (request by email for me to share the login credentials).
To manage the account and apply for more time, see NERSC Information Management: My Stuff > My ERCAP requests > Actions >ERCAP requests > Start New Request (refer to previous pdfs as guides for the new request)
Notes:
- SSH into bartels@hopper.nersc.gov
- "cd project" (and navigate to your folder...)
- Submit using one of the following scripts:
- regular job "qsub ~/gscript"
- long job "qsub ~/gscript_long"
- medium memory job "qsub ~/gscript_med_mem"
- high memory job "qsub ~/gscript_high_mem"
- other possible scripts include: gqscript_double, qscript_quick, kscript, kscript_double, kscript_quick, kscript_long - I'm not really sure about the difference between these anymore...
- Check your job using "qstat -u bartels"
Tips and Tricks:
Working with NERSC can be tricky, so it's useful to check out some of the known errors for our group. One common one that I'll mention here is that you may need to convert your files from DOS to UNIX format. To check a file format, run "file <filename>". To convert a file, run "dos2unix <filename>".
You can check your job in queue by navigating through the NERSC website: My NERSC > Queues and Scheduling > Queue Look
To copy to our computers: "scp <filename/folder name> bartels@pierce244-12.ucr.edu:/home/bartels/sharedData/<folder/fileName>"
For linux users (on your linux computer) to mount the nersc folder:
sshfs bartels@hopper.nersc.gov:/project/projectdirs/m1260 /home/<your nerscHome folder on your computer>
You can check your job in queue by navigating through the NERSC website: My NERSC > Queues and Scheduling > Queue Look
To copy to our computers: "scp <filename/folder name> bartels@pierce244-12.ucr.edu:/home/bartels/sharedData/<folder/fileName>"
For linux users (on your linux computer) to mount the nersc folder:
sshfs bartels@hopper.nersc.gov:/project/projectdirs/m1260 /home/<your nerscHome folder on your computer>
Hi CSW,
ReplyDeleteI am a first year graduate student from UCR. Nice to see a fellow VASP user from there using NERSC.
Cheers,
-VXF