Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Submitting a job to the cluster is done as usual, by submitting a shell script. The easiest way to create these shell scripts is using the XBeach MATLAB toolbox (for more information, see Matlab Toolbox, make sure to use an up-to-date version). The command used is xb_write_sh_scripts. To create scripts for the i7 nodes use the syntax: xb_write_sh_scripts('localpath','runpath','binary','XBeach_binarypath','mpitype','openmpi','nodes',#nodesnr_of_nodes,'name','runname','queuetype','normal-i7'). When choosing the normal-i7 queue, the job is split into 4 separate processes per node (so if you select 2 nodes, the job will be split up into 8 processes, in order to use all the cores on every node). Currently, this only works for 'openmpi' and not for 'mpich2'.

...