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
10a84c25
Commit
10a84c25
authored
4 years ago
by
frcojimenez
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
3ec1f5ec
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
code/condor_submit_Fits.sub
+21
-0
21 additions, 0 deletions
code/condor_submit_Fits.sub
code/run.sh
+3
-0
3 additions, 0 deletions
code/run.sh
with
24 additions
and
0 deletions
code/condor_submit_Fits.sub
0 → 100755
+
21
−
0
View file @
10a84c25
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
This diff is collapsed.
Click to expand it.
code/run.sh
0 → 100644
+
3
−
0
View file @
10a84c25
#!bin/bash
/opt/Mathematica/11.0/bin/wolframscript
-file
RDownScript.m
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