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

Fixing run

parent c0228b86
No related branches found
No related tags found
No related merge requests found
......@@ -15,13 +15,12 @@ then
exit 1 ;
fi
source $HOME/openfpm_vars_$6
echo "AHHHHHHHHHH: $(which mpic++)"
echo "AHHHHHHHHHH: $(which mpirun)"
if [ x"$6" != x"" ]; then
source $HOME/openfpm_vars_$6
else
source $HOME/openfpm_vars_master
fi
echo "$LD_LIBRARY_PATH"
ldd ./src/pdata
if [ x"$3" == x"no_test" ]; then
exit 0;
......
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