Skip to content

Instantly share code, notes, and snippets.

@jappa
Created June 30, 2017 19:40
Show Gist options
  • Save jappa/d03107f71e691a894f5959f840e9430e to your computer and use it in GitHub Desktop.
Save jappa/d03107f71e691a894f5959f840e9430e to your computer and use it in GitHub Desktop.
Slurm test
cat << EOF > test.sh
#!/bin/sh
echo $(hostname): $(ulimit -l)
EOF
srun -N 2 test.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment