UCL-ARC / hpc-intro

Intro to HPC lesson materials
http://github-pages.arc.ucl.ac.uk/hpc-intro
Other
5 stars 1 forks source link

arguments on bash scripts #19

Closed dpshelio closed 2 years ago

dpshelio commented 2 years ago

by @heatherkellyucl

HPC Carpentry example jobscripts - #!/usr/bin/env bash -l does not work, with the -l added it needs to be #!/bin/bash -l (or /usr/bin/bash -l either works on our clusters but we use the former in our examples)