Versions Compared

Key

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

...

Code Block
-bash-4.2$ module list
Currently Loaded Modulefiles:
  1) mpi/openmpi-x86_64


To execute multi-node job is required to enable passwordless access inside the cluster. It can be achieved executing the following commands:

Code Block
ssh-keygen -t ecdsa -N '' -f ~/.ssh/id_ecdsa
umask 0077
cat ~/.ssh/id_ecdsa.pub >> ~/.ssh/authorized_keys
umask 0022



Here's an example of a submit file:

...