Files
MX_Pmodule/EM/Gautomatch/Gautomatch
Spencer Bliven b28e9a8a39 Add Gautomatch buildblock
No new versions were installed, but this documents the build process and
updates the modulefile.
2020-11-18 21:09:20 +01:00

7 lines
150 B
Bash
Executable File

#!/bin/sh
# Wrapper for Gautomatch on merlin
module purge
module use EM
module load cuda/8.0.44 Gautomatch/0.56
exec Gautomatch_v0.56_sm61_cu8.0 "$@"