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

Running CI again

parent afc3b40f
No related branches found
No related tags found
No related merge requests found
Pipeline #4568 failed
......@@ -37,6 +37,8 @@ cp openfpm_dependencies/$branch/openfpm_vars_$branch $HOME/openfpm_vars_$branch
source $HOME/openfpm_vars_$branch
echo "RUNNING pdata $nproc with $mpi_options"
ls -la ./build/src/pdata
head -c 20 ./build/src/pdata
mpirun $mpi_options -np $nproc ./build/src/pdata
if [ $? -ne 0 ]; then
exit 1 ;
......
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