Skip to content
Snippets Groups Projects
Commit 47febcf2 authored by Harm Schoorlemmer's avatar Harm Schoorlemmer
Browse files

nikhef

parent eea65e77
No related branches found
No related tags found
No related merge requests found
WP=$PWD
for i; do
folder=${i%'/'*}
cd $folder
files=*.inp
for f in $files
do
echo -e "#!/bin/bash \nexport 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment