Dalton/en: Difference between revisions

Updating to match new version of source page
(Updating to match new version of source page)
 
(Updating to match new version of source page)
 
Line 22: Line 22:
Here is an example:
Here is an example:


* Dalton input file: <code>dft_rspexci_nosym.dal</code> (see 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 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 the option <code>-b ${BASLIB}</code>.
* 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).
** or, <code>export DALTON_NUM_MPI_PROCS=${SLURM_NTASKS}</code> (refer to '''Script 2''' in the examples below).


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>:
38,760

edits