--
SandraCastro - 2015-04-13
Use-Case 1: Run on a cluster, on interactive node
Description
Run CASA from a self-contained binary package. Run CASA in parallel using MPI.
Pre-Conditions
- CASA binary package is pre-installed in the user account.
Basic Course
- Login to interactive node.
- Move to desired working directory.
- Start CASA with mpi and chose the number of cores to use in the node.
- Example: <path-to-binaries/>mpicasa -n <num_cores> <path-to-binaries/>casapy
Alternate Course
- Login to interactive node. Use more than one interactive node.
- Move to desired working directory.
- Create hostfile with names of nodes and number of cores per node.
- Start CASA with mpi and give the name of the hostfile, as created above.
- Example: <path-to-binaries/>mpicasa -hostfile myhostfile <path-to-binaries/>casapy
Post-Conditions
Use-Case 2: Run on a cluster, in different nodes, submit jobs with Torque
Description
Run CASA from a self-contained binary package. Run CASA in parallel using MPI and submit the jobs to remote nodes using Torque.
Pre-Conditions
Basic Course
Alternate Course
Post-Conditions
Use-Case 3: Run on a cluster, build CASA from source
Description
Run CASA on a cluster. CASA is built from source. This is the most typical use-case for CASA developers who would like to make changes in their local CASA and test-run the changes on the cluster.
Pre-Conditions
Basic Course
Alternate Course
Post-Conditions
Use-Case 4: Run on a user desktop
Description
Performance
Pre-Conditions
Basic Course
Alternate Course
Post-Conditions