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

Numerics

parent 5b49619b
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,14 @@ ntask_per_node=$5
nodes=$4
branch=$6
# Get the branch of pdata
echo "RUN numerics test"
cd ..
branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
source $HOME/openfpm_vars_$branch
cd openfpm_numrtics
mpirun -np $3 ./src/numerics
if [ $? -ne 0 ]; then
......
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