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
4b183850
Commit
4b183850
authored
4 years ago
by
frcojimenez
Browse files
Options
Downloads
Patches
Plain Diff
Fixing the submission file
parent
10a84c25
No related branches found
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
+7
-7
7 additions, 7 deletions
code/condor_submit_Fits.sub
code/run.sh
+2
-2
2 additions, 2 deletions
code/run.sh
with
9 additions
and
9 deletions
code/condor_submit_Fits.sub
+
7
−
7
View file @
4b183850
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
executable = /
work/francisco.jimenez/sio/git/rdstackingproject/code/run.
sh
#
input =
/work/francisco.jimenez/sio/git/rdstackingproject/code/
run.sh
# file to dump stdout (this directory should exist)
output = RDownScript.out
output =
/work/francisco.jimenez/sio/git/rdstackingproject/code/
RDownScript.out
# file to dump stderr
error = RDownScript.err
error =
/work/francisco.jimenez/sio/git/rdstackingproject/code/
RDownScript.err
# condor logs
log = RDownScript.log
initialdir = .
notify_user = frjifo@aei.mpg.de
log =
/work/francisco.jimenez/sio/git/rdstackingproject/code/
RDownScript.log
#
initialdir = .
#
notify_user = frjifo@aei.mpg.de
notification = Complete
arguments = "-processid $(Process)"
request_memory = 16GB
...
...
This diff is collapsed.
Click to expand it.
code/run.sh
100644 → 100755
+
2
−
2
View file @
4b183850
#!
bin/
bash
#!
/usr/bin/env
bash
/opt/Mathematica/11.0/bin/wolframscript
-file
RDownScript.m
/opt/Mathematica/11.0/bin/wolframscript
-file
/work/francisco.jimenez/sio/git/rdstackingproject/code/
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