Skip to content
Snippets Groups Projects
Commit 7e30b2dc authored by Xisco Jimenez Forteza's avatar Xisco Jimenez Forteza
Browse files

Merge branch 'master' of gitlab.aei.uni-hannover.de:xisco/rdstackingproject

parents a18ae1e6 4b183850
No related branches found
No related tags found
No related merge requests found
universe = vanilla
getenv = true
# run script -- make sure that condor has execute permission for this file (chmod a+x script.py)
executable = /bin/sh
input = run.sh
executable = /work/francisco.jimenez/sio/git/rdstackingproject/code/run.sh
#input = /work/francisco.jimenez/sio/git/rdstackingproject/code/run.sh
# file to dump stdout (this directory should exist)
output = RDownScript.out
output = /work/francisco.jimenez/sio/git/rdstackingproject/code/RDownScript.out
# file to dump stderr
error = RDownScript.err
error = /work/francisco.jimenez/sio/git/rdstackingproject/code/RDownScript.err
# condor logs
log = RDownScript.log
initialdir = .
notify_user = frjifo@aei.mpg.de
log = /work/francisco.jimenez/sio/git/rdstackingproject/code/RDownScript.log
#initialdir = .
#notify_user = frjifo@aei.mpg.de
notification = Complete
arguments = "-processid $(Process)"
request_memory = 16GB
......
code/run.sh 100644 → 100755
#!bin/bash
#!/usr/bin/env bash
/opt/Mathematica/11.0/bin/wolframscript -file RDownScript.m
/opt/Mathematica/11.0/bin/wolframscript -file /work/francisco.jimenez/sio/git/rdstackingproject/code/RDownScript.m
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment