Skip to content
Snippets Groups Projects
Select Git revision
  • ba48f909455a59015afbce24a98a932866c93f61
  • 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_Inherent.sub 636 B
    universe   = vanilla
    getenv     = true
    # run script -- make sure that condor has execute permission for this file (chmod a+x script.py)
    executable = Is_it_inherent.py
    # file to dump stdout (this directory should exist)
    output     = Is_it_inherent.out
    # file to dump stderr
    error     = Is_it_inherent.err
    # condor logs
    log     = Is_it_inherent.log
    initialdir = .
    notify_user = rl746@cornell.edu
    notification = Complete
    arguments  = "-processid $(Process)" 
    request_memory = 232GB
    request_cpus = 1
    on_exit_remove = (ExitBySignal == False) || ((ExitBySignal == True) && (ExitSignal != 11))
    accounting_group = aei.dev.test_dynesty
    queue 1