Skip to content
Snippets Groups Projects
Commit a9264a6a authored by Grant David Meadors's avatar Grant David Meadors
Browse files

Modified memory requirements nomenclature in DAG generator script.

parent 1c3b0dc8
Branches
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ def g(text): ...@@ -16,7 +16,7 @@ def g(text):
result = dagObject.write(text + '\n') result = dagObject.write(text + '\n')
return result return result
userDirectory = "/home/pulsar/feedforward/" userDirectory = "/home/pulsar/feedforward/"
analysisDate = "2013/01/08" analysisDate = "2013/01/11"
# Make a directory for the output logs # Make a directory for the output logs
os.system('mkdir -p eleutheriaLogs') os.system('mkdir -p eleutheriaLogs')
...@@ -31,7 +31,7 @@ h("executable = /home/pulsar/feedforward/" + analysisDate + "/AMPS/run_eleutheri ...@@ -31,7 +31,7 @@ h("executable = /home/pulsar/feedforward/" + analysisDate + "/AMPS/run_eleutheri
h("output = /home/pulsar/feedforward/" + analysisDate + "/AMPS/eleutheriaLogs/eleutheria.out.$(tagstring)") h("output = /home/pulsar/feedforward/" + analysisDate + "/AMPS/eleutheriaLogs/eleutheria.out.$(tagstring)")
h("error = eleutheriaLogs/eleutheria.err.$(tagstring)") h("error = eleutheriaLogs/eleutheria.err.$(tagstring)")
h("log = eleutheriaLogs/eleutheria.dag.log") h("log = eleutheriaLogs/eleutheria.dag.log")
h("requirements = Memory >= 9999") h("request_memory = 4G")
h("environment = HOME=/archive/home/pulsar;LD_LIBRARY_PATH=/ldcg/matlab_r2010b/runtime/glnxa64:/ldcg/matlab_r2010b/bin/glnxa64:/ldcg/matlab_r2010b/extern/lib/glnxa64:/ligotools/lib") h("environment = HOME=/archive/home/pulsar;LD_LIBRARY_PATH=/ldcg/matlab_r2010b/runtime/glnxa64:/ldcg/matlab_r2010b/bin/glnxa64:/ldcg/matlab_r2010b/extern/lib/glnxa64:/ligotools/lib")
h("notification = never") h("notification = never")
h("") h("")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment