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

Fixing numerics

parent bf8db76a
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
#cd openfpm_numerics
workspace=$1
hostname=$2
hostname=$(cat hostname)
nproc=$3
ntask_per_node=$5
nodes=$4
......@@ -15,6 +15,10 @@ echo "Directory: $workspace"
echo "Machine: $hostname"
echo "Branch name: $branch"
if [ x"$hostname" == x"cifarm-centos-node" ]; then
mpi_options="--allow-run-as-root"
fi
# Get the branch of pdata
echo "RUN numerics test"
......
......@@ -63,7 +63,7 @@ if ( CUDA_ON_BACKEND STREQUAL "HIP" AND HIP_FOUND )
# BoundaryConditions/tests/method_of_images_cylinder_unit_test.cpp
# level_set/closest_point/closest_point_unit_tests.cpp
level_set/redistancing_Sussman/tests/redistancingSussman_fast_unit_test.cpp
level_set/redistancing_Sussman/tests/help_functions_unit_test.cpp
# level_set/redistancing_Sussman/tests/help_functions_unit_test.cpp
level_set/redistancing_Sussman/tests/narrowBand_unit_test.cpp
# level_set/redistancing_Sussman/tests/redistancingSussman_unit_test.cpp
# level_set/redistancing_Sussman/tests/convergence_test.cpp
......@@ -103,7 +103,7 @@ else()
# BoundaryConditions/tests/method_of_images_cylinder_unit_test.cpp
# level_set/closest_point/closest_point_unit_tests.cpp
level_set/redistancing_Sussman/tests/redistancingSussman_fast_unit_test.cpp
level_set/redistancing_Sussman/tests/help_functions_unit_test.cpp
# level_set/redistancing_Sussman/tests/help_functions_unit_test.cpp
level_set/redistancing_Sussman/tests/narrowBand_unit_test.cpp
# level_set/redistancing_Sussman/tests/redistancingSussman_unit_test.cpp
# level_set/redistancing_Sussman/tests/convergence_test.cpp
......
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