We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7e175 commit f9fb755Copy full SHA for f9fb755
utilities/submit_scripts_to_htcondor.sh
@@ -32,7 +32,7 @@ echo "error = \$(file).error" >> ${SUBMITF}
32
echo "$(grep -h request_memory ${JDIR}/*.condor | sort -u)" >> ${SUBMITF}
33
echo "$(grep -h request_disk ${JDIR}/*.condor | sort -u)" >> ${SUBMITF}
34
echo "getenv = True" >> ${SUBMITF}
35
-echo "max_materialize = 50" >> ${SUBMITF}
+echo "max_materialize = 5000" >> ${SUBMITF}
36
echo "queue file matching files *.sh" >> ${SUBMITF}
37
38
PDIR=$(pwd)
0 commit comments