Skip to content
Snippets Groups Projects
Select Git revision
  • 0cacb374ebcfb7190cc1e9233ec8dfafc726455e
  • master default protected
  • 72-improve-docs-for_optimal_setup
  • os-path-join
  • develop-GA
  • add-higher-spindown-components
  • v1.3
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
11 results

generate_data.py

Blame
  • condor_submit_RdownPy.sub 619 B
    universe   = vanilla
    getenv     = true
    # run script -- make sure that condor has execute permission for this file (chmod a+x script.py)
    executable = RDGW150914.py
    # file to dump stdout (this directory should exist)
    output     = RDGW150914.out
    # file to dump stderr
    error     = RDGW150914.err
    # condor logs
    log     = RDGW150914.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