rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
<!--T:9--> | <!--T:9--> | ||
* Dalton input file: <code>dft_rspexci_nosym.dal</code> (see the examples below) | * Dalton input file: <code>dft_rspexci_nosym.dal</code> (see the examples below). | ||
* Molecule specification: <code>H2O_cc-pVDZ_nosym.mol</code> (see the examples below) | * Molecule specification: <code>H2O_cc-pVDZ_nosym.mol</code> (see the examples below). | ||
* To use the atomic basis set installed with the program, supply option <code>-b ${BASLIB}</code> to the command line (see the examples below). | * To use the atomic basis set installed with the program, supply option <code>-b ${BASLIB}</code> to the command line (see the examples below). | ||
* 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 (refer to '''Script 1''' in the examples below) | ** Add the option <code>-N ${SLURM_NTASKS}</code> to the launcher command line (refer to '''Script 1''' in the examples below); | ||
** | ** or, <code>export DALTON_NUM_MPI_PROCS=${SLURM_NTASKS}</code> (refer to '''Script 2''' in the examples below). | ||
<!--T:10--> | <!--T:10--> |