Skip to content
Snippets Groups Projects
Commit 63941aeb authored by Pietro Incardona's avatar Pietro Incardona
Browse files

fixing run script for docker

parent 6fb9ada2
No related branches found
No related tags found
No related merge requests found
Pipeline #4545 failed
......@@ -32,6 +32,7 @@ if [ x"$hostname" == x"no_test" ]; then
exit 0;
fi
cp base/openfpm_vars_$branch $HOME/openfpm_vars_$branch
source $HOME/openfpm_vars_$branch
mpirun $mpi_options -np $nproc ./build/src/pdata
......
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