Skip to content
Snippets Groups Projects
Select Git revision
  • e7d948345fd50495ade2371fd1872575a63250f8
  • 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

core.py

Blame
  • condor_submit_Rdowntestn=1.sub 638 B
    universe   = vanilla
    getenv     = true
    # run script -- make sure that condor has execute permission for this file (chmod a+x script.py)
    executable = A_test_with_n=1.py
    # file to dump stdout (this directory should exist)
    output     = A_test_with_n=1.py
    # file to dump stderr
    error     = A_test_with_n=1.py
    # condor logs
    log     = A_test_with_n=1.py
    initialdir = .
    notify_user = rl746@cornell.edu
    notification = Complete
    arguments  = "-processid $(Process)" 
    request_memory = 232GB
    request_cpus = 16
    on_exit_remove = (ExitBySignal == False) || ((ExitBySignal == True) && (ExitSignal != 11))
    accounting_group = aei.dev.test_dynesty
    queue 1