Skip to content
Snippets Groups Projects
Select Git revision
  • ad8ae8bd5089206d03b2e93df2ea8f258959d2d5
  • 2022 default
  • 2021
  • master protected
  • 2021
5 results

run.csh

Blame
  • user avatar
    Kjartan Thor Wikfeldt authored
    36f29c0a
    History
    run.csh 89 B
    #!/bin/csh
    foreach n (`seq 1 1 16`)
        env OMP_NUM_THREADS=$n srun -n 1 ./shwater2d
    end