Skip to content
Snippets Groups Projects
Commit 10a84c25 authored by frcojimenez's avatar frcojimenez
Browse files

update

parent 3ec1f5ec
Branches
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
# file to dump stdout (this directory should exist)
output = RDownScript.out
# file to dump stderr
error = RDownScript.err
# condor logs
log = RDownScript.log
initialdir = .
notify_user = frjifo@aei.mpg.de
notification = Complete
arguments = "-processid $(Process)"
request_memory = 16GB
request_cpus = 1
on_exit_remove = (ExitBySignal == False) || ((ExitBySignal == True) && (ExitSignal != 11))
accounting_group = aei.dev.test_dynesty
queue 1
#!bin/bash
/opt/Mathematica/11.0/bin/wolframscript -file RDownScript.m
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment