pism

[fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
git clone git://src.adamsgaard.dk/pism # fast
git clone https://src.adamsgaard.dk/pism.git # slow
Log | Files | Refs | README | LICENSE Back to index

run-5-parallel.sh (174B)


      1 #!/bin/bash
      2 
      3 for scriptname in $(ls p10km*sh) ; do
      4   echo ; echo "starting ${scriptname} ..."
      5   bash $scriptname &> out.$scriptname &  # start immediately in background
      6 done