This is as a Lab Notebook which describes how to solve a specific problem at a specific time.
Please keep this in mind as you read and use the content. Please pay close attention to the date, version
information and other details.
Parallel submission script for CRYSTAL23 on the MSU HPCC (2023-03-14)
Usage: Your input file should be called .d12 and be in the same directory as the submission script. The script is submitted by running the command sbatch
Tips:
12345
The main parameters you will be changing are the job name (note that it is specified twice in the script), run time (currently set to 30 minutes), nodes/cores (currently 2 nodes, 8 cores per node), memory per cpu, and account (general or mendoza_q). These will depend on the type of job you are running and the amount of resources you would like to allocate.
There is one #SBATCH line commented out, this is to submit to scavenger queue instead of general or mendoza_q.
There are two cp lines commented out, these might come in handy to restart calculations.