Applications/Delft3D
From HPC
Revision as of 17:28, 15 March 2017 by Chris.collins (talk | contribs) (Created page with "__TOC__ === Application Details === * Description: * Versions: * Module names: delft3d/intel/6686 * License: [https://www.gnu.org/licenses/gpl-3.0.html GPLv3] though you mus...")
Application Details
- Description:
- Versions:
- Module names: delft3d/intel/6686
- License: GPLv3 though you must be registered to be able to download the source code and participate in forums
Usage Examples
Batch Submission
#!/bin/bash #SBATCH -J delft3d_name #SBATCH -n 32 #SBATCH -o %N-%j.log #SBATCH -e %N-%j.err #SBATCH -p compute module add delft3d/intel/6686 mpirun d_hydro.exe config_d_hydro.xml
[username@login01 ~]$ sbatch delft3d.job Submitted batch job 289555