Skip to content

Commit

Permalink
Correct drmaa lib location on uppmax
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Dahlberg committed Jun 25, 2014
1 parent 3b028da commit aa0efb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions globalConfig.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Start by exporting the shared drmaa libaries to the LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/proj/b2010028/piper_resources/slurm-drmaa/lib/:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/sw/apps/build/slurm-drmaa/default/lib/:$LD_LIBRARY_PATH

#---------------------------------------------
# Check if we are running on uppmax or locally, and set the jobrunners and path accordingly
#---------------------------------------------
if [ -f "/proj/b2010028/piper_resources/slurm-drmaa/lib/libdrmaa.so" ];
if [ -f "/sw/apps/build/slurm-drmaa/default/lib/libdrmaa.so" ];
then
JOB_RUNNER=" Drmaa"
JOB_NATIVE_ARGS="-A ${PROJECT_ID} -p node -N 1 ${QOS}"
Expand Down

0 comments on commit aa0efb0

Please sign in to comment.