Versions Compared

Key

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

...

-u, --user username
-r, --resource cluster name (galileo,marconi,m100)
-p, --port port number
-h, --help print this help
sbatchfile: sbatch script to submit that needs to be in the subfolder with the name of the cluster (you can already find some examples)
path: running path where to find your jupyter notebook on the cluster for example (default path: $HOME)

Optionally, user, resource, and port can be defined in a params.sh file located in the resource folder or in the current directory. If even the file is not found, the script asks the values and save them in params.sh.

...