how do I run amosbatch -p 1 msa.txt 'lt all ;acc bb restartunit;1;4;3; for many sites and wait for this to comeup before executing the other
Hi, @Brian_John set the a criterion like “all cells is up”, then check it in forever loop:
lt all
facc bb restartunit;1;4;3
for ever
wait 180
if $upstate ~ ^1 # set your criterion here
break
fi
done
amosbatch -p 1 msa.txt 'lt all ;facc bb restartunit;1;4;3; wait 180
of course you can just wait