Skip to content

Commit

Permalink
Create orion_ctest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zach1221 authored Nov 21, 2023
1 parent 599258f commit cc75570
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/orion_ctest.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
#SBATCH -o out.ctest
#SBATCH --account=nems
set -eux

module use ../modulefiles && module landda_orion.intel.lua

ctest

wait

echo "ctest is done"

0 comments on commit cc75570

Please sign in to comment.