Skip to content
Snippets Groups Projects
Commit 240b3868 authored by Ignacio Pisso's avatar Ignacio Pisso
Browse files

automated generate and run script for SLURM

parent 221b1815
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment