Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
E
earsim
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
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Harm Schoorlemmer
earsim
Commits
47febcf2
There was an error fetching the commit references. Please try again later.
Commit
47febcf2
authored
2 years ago
by
Harm Schoorlemmer
Browse files
Options
Downloads
Patches
Plain Diff
nikhef
parent
eea65e77
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
scripts/zhsrunner_nikhef.sh
+14
-0
14 additions, 0 deletions
scripts/zhsrunner_nikhef.sh
with
14 additions
and
0 deletions
scripts/zhsrunner_nikhef.sh
0 → 100755
+
14
−
0
View file @
47febcf2
WP
=
$PWD
for
i
;
do
folder
=
${
i
%
'/'
*
}
cd
$folder
files
=
*
.inp
for
f
in
$files
do
echo
-e
"#!/bin/bash
\n
export PATH=
$PATH
;ZHAireS <
$f
"
>
run.sh
cat
run.sh
chmod
a+x run.sh
qsub
-j
oe
-o
run.out
-V
-d
$PWD
run.sh
done
cd
$WP
done
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