Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RDStackingProject
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yifan Wang
RDStackingProject
Commits
30a21f65
Commit
30a21f65
authored
4 years ago
by
Rayne Liu
Browse files
Options
Downloads
Patches
Plain Diff
Test configuration multicore
parent
adbf84e1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/condor_submit_RdownPhoenix_n1t0T.sub
+20
-0
20 additions, 0 deletions
code/condor_submit_RdownPhoenix_n1t0T.sub
with
20 additions
and
0 deletions
code/condor_submit_RdownPhoenix_n1t0T.sub
0 → 100755
+
20
−
0
View file @
30a21f65
universe = vanilla
getenv = true
# run script -- make sure that condor has execute permission for this file (chmod a+x script.py)
executable = RDGW150914_Phoenix_n1t0T.py
# file to dump stdout (this directory should exist)
output = RDGW150914_Phoenix_n1t0T.out
# file to dump stderr
error = RDGW150914_Phoenix_n1t0T.err
# condor logs
log = RDGW150914_Phoenix_n1t0T.log
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment