cc_staff
415
edits
No edit summary |
(→Usage) |
||
Line 15: | Line 15: | ||
To run DALTON, load the module and use the launcher "dalton" to run your simulation: | To run DALTON, load the module and use the launcher "dalton" to run your simulation: | ||
Here is an example: | Here is an example: | ||
* DALTON input file: dft_rspexci_nosym.dal | * DALTON input file: dft_rspexci_nosym.dal | ||
* MOLECULE input file: H2O_cc-pVDZ_nosym.mol. | * MOLECULE input file: H2O_cc-pVDZ_nosym.mol. | ||
Line 21: | Line 22: | ||
* DALTON LAUNCHER: dalton | * DALTON LAUNCHER: dalton | ||
* DALTON_NUM_MPI_PROCS: It can be introduced using the option -N or set as an environment variable: | * DALTON_NUM_MPI_PROCS: It can be introduced using the option -N or set as an environment variable: | ||
** | ** Option -N: add the option -N ${SLURM_NTASKS} to the command line to run DALTON. | ||
** | ** Set DALTON_NUM_MPI_PROCS as an environment variable: <code>export DALTON_NUM_MPI_PROCS=${SLURM_NTASKS}</code> | ||
The program can be run using the command: | |||
${dltonlaun} -b ${BASLIB} -N ${SLURM_NTASKS} -dal ${daltoninput} -mol ${daltonmol} | ${dltonlaun} -b ${BASLIB} -N ${SLURM_NTASKS} -dal ${daltoninput} -mol ${daltonmol} | ||
= Examples: scripts and input files = | = Examples: scripts and input files = |