cc_staff
415
edits
(→Usage) |
No edit summary |
||
Line 27: | Line 27: | ||
The program can be run using the command: | The program can be run using the command: | ||
<source lang="bash"> | |||
dalton -b ${BASLIB} -N ${SLURM_NTASKS} -dal dft_rspexci_nosym.dal -mol H2O_cc-pVDZ_nosym.mol | |||
</source> | |||
or | |||
source lang="bash"> | |||
export DALTON_NUM_MPI_PROCS=${SLURM_NTASKS} | |||
dalton -b ${BASLIB} -dal dft_rspexci_nosym.dal -mol H2O_cc-pVDZ_nosym.mol | |||
</source> | |||
= Examples: scripts and input files = | = Examples: scripts and input files = |