Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
solverstack
ScalFMM
Commits
4fce1c6c
Commit
4fce1c6c
authored
Aug 22, 2014
by
BRAMAS Berenger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Execute the MPI unit test with mpirun and -np to 4
parent
b0b3a4a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
UTests/CMakeLists.txt
UTests/CMakeLists.txt
+5
-8
No files found.
UTests/CMakeLists.txt
View file @
4fce1c6c
...
...
@@ -113,13 +113,10 @@ foreach(exec ${source_tests_files})
${
TESTS_GCOV_LINKER_FLAGS
}
)
add_test
(
${
execname
}
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
execname
}
)
# add_test(
# ${execname}
# ${CMAKE_CURRENT_BINARY_DIR}/${execname}
# )
if
(
lines_mpi
)
add_test
(
${
execname
}
mpirun -np 4
${
EXECUTABLE_OUTPUT_PATH
}
/
${
execname
}
)
else
()
add_test
(
${
execname
}
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
execname
}
)
endif
()
endif
()
endforeach
(
exec
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment