Skip to content
Snippets Groups Projects
Commit 01ddeb66 authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

Add wrapper scripts for singularity

parent 1361dec8
No related branches found
No related tags found
No related merge requests found
Showing
with 28 additions and 0 deletions
singwrapper
\ No newline at end of file
singwrapper
\ No newline at end of file
singwrapper
\ No newline at end of file
singwrapper
\ No newline at end of file
np_cluster
\ No newline at end of file
singwrapper
\ No newline at end of file
singwrapper
\ No newline at end of file
#!/bin/sh
#
# This script runs np_tmcode and connected programs in a singularity container,
# to overcome idiotic library version compatibility issues
#set -x
APPLICATION=`basename $0`
SCRIPTDIR=`dirname $0`
INSTDIR="${SCRIPTDIR}/.."
SIFFILE="${SIFFILE:-${INSTDIR}/np-tmcode-run.sif}"
exec singularity run $SIFFILE $APPLICATION $@
singwrapper
\ No newline at end of file
singwrapper
\ No newline at end of file
singwrapper
\ No newline at end of file
singwrapper
\ No newline at end of file
singwrapper
\ No newline at end of file
singwrapper
\ No newline at end of file
singwrapper
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment