JUSTUS2/Software/Dalton: Difference between revisions
Line 40: | Line 40: | ||
= Usage = |
= Usage = |
||
== Loading the module == |
== Loading the module == |
||
You can load the default version of |
You can load the default version of Dalton with the following command: |
||
<pre> |
<pre> |
||
$ module load chem/dalton |
$ module load chem/dalton |
||
</pre> |
</pre> |
||
The module will try to load modules it needs to function (e.g. compiler, mpi, |
The module will try to load all modules it needs to function (e.g., compiler, mpi, ...). If loading the module fails, check if you have already loaded one of those modules, but not in the version required by Dalton. |
||
If loading the module fails, check if you have already loaded one of those modules, |
|||
⚫ | |||
but not in the version needed for Dalton. |
|||
⚫ | |||
'module load chem/dalton/version' to load the version you desires. |
|||
<pre> |
<pre> |
||
$ module |
$ module load chem/dalton/<version> |
||
------------------------ /opt/bwhpc/common/modulefiles ------------------------- |
|||
chem/dalton/2013 |
|||
$ module load chem/dalton/2013 |
|||
</pre> |
</pre> |
||
with <version> specifying the desired version. |
|||
Please cite Dalton in your publications according to the [https://daltonprogram.org/citation/ references]. |
|||
== Program Binaries == |
== Program Binaries == |
||
You can find the Dalton binaries in the main folder of the Dalton system. |
You can find the Dalton binaries in the main folder of the Dalton system. |
Revision as of 16:41, 18 March 2021
Description | Content |
---|---|
module load | chem/dalton |
Availability | BwForCluster_JUSTUS_2 |
License | Open-source software, distributed under the GNU Lesser General Public License (LGPL). More... |
Citing | Publications |
Links | Homepage | Documentation |
Graphical Interface | No |
Description
Dalton (named after John Dalton) is an ab initio quantum chemistry computer program designed to to allow convenient, automated determination of a large number of molecular properties based on an HF, HF-srDFT, DFT, MP2, CC, CI, MCSCF, or MC-srDFT reference wave function. For additional information on features please visit the Description of the Dalton suite features web page.
Availability
Dalton is available on selected bwHPC-Clusters. A complete list of versions currently installed on the bwHPC-Clusters can be obtained from the Cluster Information System (CIS).
In order to check which versions of Dalton are installed on the compute cluster, run the following command:
$ module avail chem/dalton
License
Dalton is free, open-source software released under the GNU Lesser General Public License (LGPL). Anyone interested in using the Dalton program suite must read the conditions described in its license agreement.
Usage
Loading the module
You can load the default version of Dalton with the following command:
$ module load chem/dalton
The module will try to load all modules it needs to function (e.g., compiler, mpi, ...). If loading the module fails, check if you have already loaded one of those modules, but not in the version required by Dalton.
If you wish to load another (older) version of Dalton, you can do so using
$ module load chem/dalton/<version>
with <version> specifying the desired version.
Please cite Dalton in your publications according to the references.
Program Binaries
You can find the Dalton binaries in the main folder of the Dalton system.
After loading the Dalton module ('module load chem/dalton/version') it's path is
also set to the local $PATH- and $DALTON_BIN_DIR environments.
$DALTON_BIN_DIR=/opt/bwhpc/common/chem/
$ : Example with Dalton 2013 $ echo $DALTON_BIN_DIR /opt/bwhpc/common/chem/dalton/2013/bin $ ls -F $DALTON_BIN_DIR basis/ DALTON.STAT GIT_HASH lsdalton.x* tools/ dalton* dalton.x* lsdalton* lslib_tester.x* VERSION
- A '/' at the end of a file name indicates a directory/folder.
- '*' is an executable file.
Disk Usage
Scratch files are written to the current directory by default. Please change to a local directory or to your local workspace (preferred) before starting your calculations.
'dalton_repo' is an example name of a repository you created by using the command 'ws_allocate'.
$ cd $(ws_find dalton_repo) ['your-id'-dalton_repo-0]$ pwd /work/workspace/scratch/'your-id'-dalton_repo-0 ['your-id'-dalton_repo-0]$
Examples
As with all processes that require more than a few minutes to run, non-trivial compute jobs must be submitted to the cluster queuing system.
Example scripts are available in the directory $DALTON_EXA_DIR:
$ module show chem/dalton # show environment variables, which will be available after 'module load' $ module load chem/dalton # load module $ ls $DALTON_EXA_DIR # show content of directory $DALTON_EXA_DIR $ cat $DALTON_EXA_DIR/README # show examples README
Run several example jobs on JUSTUS 2:
$ module load chem/dalton # load module $ WORKSPACE=`ws_allocate dalton 3` # allocate workspace $ cd $WORKSPACE # change to workspace $ cp -a $DALTON_HOME/bwhpc-examples . # copy example files to workspace $ cd bwhpc-examples # change to test directory $ sbatch dalton-2020.0.slurm # submit job $ squeue # obtain JOBID $ scontrol show job <JOBID> # check state of job $ ls # when job finishes the results will be visible in this directory