Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
= Examples = | = Examples = | ||
Delft3D comes with a number of <code>run_*</code> scripts that are expected to be used with the Sun Grid Engine job scheduler and the MPICH library. | Delft3D comes with a number of <code>run_*</code> scripts that are expected to be used with the Sun Grid Engine job scheduler and the MPICH library. The Alliance uses SLURM for a job scheduler and Open MPI for a default MPI implementation. To illustrate how one can run Delft3D under SLURM, we have provided submission scripts to run computational examples supplied with the software. | ||
To copy examples into your home directory follow these steps: | To copy examples into your home directory follow these steps: | ||
<pre> | <pre> | ||
$ module load delft3d | $ module load StdEnv/2020 intel/2020.1.217 openmpi/4.0.3 delft3d | ||
$ cp -a $EBROOTDELFT3D/examples ~/ | $ cp -a $EBROOTDELFT3D/examples ~/ | ||
</pre> | </pre> |