Skip to content
Snippets Groups Projects
Commit 9a3ec0cb authored by Mike Smith's avatar Mike Smith
Browse files

batch script works with C prog

parent fa6ba653
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#SBATCH --mem=150
srun ./hpc_example.py -t 40 -l 2000
srun --mem=3000 ./hpc_example.py -t 30 -l 80000000
srun ./hpc_example -t 30 -m 200
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment