Skip to content
Snippets Groups Projects

Bf/set sge

Merged Matthew Webster requested to merge bf/setSGE into master
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
#!/bin/bash
# This test needs to be executed
# on a CUDA-capable machine
# This test will attempt to submit to a cuda-capable queue via fsl_sub
set -e
unset SGE_ROOT
outdir=$1
datadir=$2
Loading