Advertisement
Guest User

Untitled

a guest
May 24th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for scale in 'numpy' 'sklearn'; do
  4. sbatch \
  5. --job-name=$scale,$normalize ./run_one_job.sh $scale $normalize;
  6. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement