aboutsummaryrefslogtreecommitdiff
path: root/utils/fit-wrapper
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2019-07-11 09:42:23 -0500
committertlatorre <tlatorre@uchicago.edu>2019-07-11 09:42:23 -0500
commit21491ca1ca2afd6951e9b5b1e74b1c919c602b36 (patch)
treeb21b772612125c574928e4fb37221077d6a012d3 /utils/fit-wrapper
parent034253ab63f1029291fa046ce15760aae72ae5c5 (diff)
downloadsddm-21491ca1ca2afd6951e9b5b1e74b1c919c602b36.tar.gz
sddm-21491ca1ca2afd6951e9b5b1e74b1c919c602b36.tar.bz2
sddm-21491ca1ca2afd6951e9b5b1e74b1c919c602b36.zip
switch from YAML output to HDF5 to speed things up
Diffstat (limited to 'utils/fit-wrapper')
-rw-r--r--utils/fit-wrapper7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/fit-wrapper b/utils/fit-wrapper
new file mode 100644
index 0000000..940b807
--- /dev/null
+++ b/utils/fit-wrapper
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+
+# Simple wrapper script to run jobs on the grid
+
+module load hdf5
+module load zlib
+./fit "$@"