Scale

From NEClusterWiki
Revision as of 18:39, 14 April 2014 by Ondrejch (talk | contribs)
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.

Make sure you run Scale either in a PBS script (for Torque), or as an interactive job. Never run a job on the head node.

Running Scale (6.1.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!).

Running Scale (6.1.2) [default]

The only difference is that Scale 6.1.2 depends on the intel module and the openmpi/1.6.4 module. Ensure that these are loaded before you load the Scale 6.1.2 module. Use this version since it has bugs fixed.

Running Scale (dev)

Basic Run

You can run the Scale development version the same way as version 6.1 after loading the scale/dev module:

module load scale/dev

KENO MPI

Currently, KENO MPI doesn't work with the version of OpenMPI provided by Fedora. I have provided a version of OpenMPI (v1.4.3 OR 1.6.4 both work) that works with KENO MPI as a module for those users who are adventurous enough to compile Scale on their own. The following system third-party libraries will continue to work with the old version of OpenMPI (as they don't require MPI):

BLAS
LAPACK
Qt
GSL
Zlib

The following TPLs will *not* work as compiled with the old version of OpenMPI:

HDF5
SILO

The adventurous user can check out Scale, load the module openmpi/1.4.3 (or openmpi/1.6.4 if you used that) (after unloading the system OpenMPI implementation), and use the configuration script /opt/scale_dev/script/necluster-gnu-cmake-mpi to compile Scale with KENO MPI support.