Skip to content
Snippets Groups Projects
Allrun 626 B
Newer Older
#!/bin/sh
cd "${0%/*}" || exit                                # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions        # Tutorial run functions
#------------------------------------------------------------------------------

# Run serial
echo "Begin run"
mpirun -app ./mpirun_worlds.schema
./Allrun.addDatabase
mv -f log.run_* 2>/dev/null
echo "Begin run with database"
mpirun -app ./mpirun_worlds.schema
## ./Allrun.pre-parallel
## mpirun -app ./mpirun.schema
#------------------------------------------------------------------------------