Skip to content
Snippets Groups Projects
Unverified Commit f1c9b760 authored by Hernán Asorey's avatar Hernán Asorey
Browse files

Docker version is now ready. It runs a complete simulation without an ARTI...

Docker version is now ready. It runs a complete simulation without an ARTI compatible docker just by calling do_sims.sh
parent a0b9b0ec
No related branches found
No related tags found
No related merge requests found
......@@ -420,9 +420,9 @@ a=$(echo $prj)
cp $basearti/sims/rain.pl $wdir/
if $cta; then
rain="${wdir}/rain.pl -z"
rain="./rain.pl -z"
else
rain="${wdir}/rain.pl "
rain="./rain.pl "
fi
rain="$rain -i" # disable PLOT mode (not use PLOTSH and COMOUT)
......@@ -604,5 +604,8 @@ if $docker; then
echo -e "mv $wdir/go-dockerslurm-$prj.sh $wdir/go-slurm-$prj.run" >> $wdir/go-slurm-$prj.sh
echo -e "chmod 644 $wdir/go-slurm-$prj.run" >> $wdir/go-slurm-$prj.sh
chmod 744 $wdir/go-docker-$prj.sh
cd $wdir
eval $wdir/go-docker-$prj.sh
ls -l $oneout/
cd ${HOME}
fi
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