Scale

From NEClusterWiki
Revision as of 21:22, 17 September 2012 by WikiSysop (talk | contribs) (Created page with "== How to run Scale == The first step is to ensure that you have permission to use the current version of Scale from [http://rsicc.ornl.gov/Default.aspx RSICC]. Once you have p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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!).