Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flex_gen_input
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
Container Registry
Model registry
Operate
Environments
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
Ignacio Pisso
flex_gen_input
Commits
240b3868
Commit
240b3868
authored
6 years ago
by
Ignacio Pisso
Browse files
Options
Downloads
Patches
Plain Diff
automated generate and run script for SLURM
parent
221b1815
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
export_and_run.sh
+17
-0
17 additions, 0 deletions
export_and_run.sh
with
17 additions
and
0 deletions
export_and_run.sh
0 → 100755
+
17
−
0
View file @
240b3868
#!/bin/bash
list
=
"A B C D E F G H I J"
for
i
in
$list
do
#echo $i
echo
./export_flexgen.sh
export
$i
_
$i
echo cd export
$i
echo
./gen_options_all.sh
;
echo
./gen_pathnames.sh
;
echo
./gen_batch_jobs_SLURM.sh
echo
../run_batch_SLURM.sh
echo cd
..
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