cc_staff
415
edits
(→Usage) |
|||
Line 26: | Line 26: | ||
* To use the atomic basis set installed with the program, supply the option <code>-b ${BASLIB}</code>. | * To use the atomic basis set installed with the program, supply the option <code>-b ${BASLIB}</code>. | ||
* The number of processes can be set using a command line option or an environment variable: | * The number of processes can be set using a command line option or an environment variable: | ||
** Add the option <code>-N ${SLURM_NTASKS}</code> to the launcher command line. | ** Add the option <code>-N ${SLURM_NTASKS}</code> to the launcher command line (refer to '''Script 1''' in the example). | ||
** Or, <code>export DALTON_NUM_MPI_PROCS=${SLURM_NTASKS}</code> | ** Or, <code>export DALTON_NUM_MPI_PROCS=${SLURM_NTASKS}</code> (refer to '''Script 2''' in the example)). | ||
To run Dalton, load the module and use the launcher <code>dalton</code>: | To run Dalton, load the module and use the launcher <code>dalton</code>: |