Scale
Jump to navigation
Jump to search
How to run Scale
The first step is to ensure that you have permission to use the current version of Scale from RSICC. Once you have permission, let me know so I can add you to the scale61 (or other version) group on the cluster. You can then load the Scale module with module load scale
.
Running Scale (6.1)
Basic Run
Running Scale in it's most basic form involves calling the Scale 6.1 script with several arguments. As an example, you can run Scale 6.1 with the input file called myInput.inp as such:
user@node:~/$ batch6.1 myInput.inp
This will run your input on the node that you're currently logged in on (don't use the head node!).