]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Epic Bugfix: Omit "=" in target names so that Unix Makefiles actually run an mpi...
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 28 Sep 2013 08:56:33 +0000 (08:56 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 28 Sep 2013 08:56:33 +0000 (08:56 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30994 0785d39b-7218-0410-832d-ea1e28bc413d

tests/cmake/macros/macro_add_test.cmake

index 8342825aeaacde8493c1e6d89b0a6e409a0c2793..3bd9ab3f4bbba6c0e5bcee9fcaf3bdb90663b2a2 100644 (file)
@@ -87,7 +87,7 @@ MACRO(DEAL_II_ADD_TEST _category _test_name _comparison_file _n_cpu)
         SET(_run_command ${_target}) # the command to issue
         SET(_n_cpu 1) # set it to one, we'll still occupy one processor to run a test ;-)
       ELSE()
-        SET(_diff_target ${_category}-${_test_name}.mpirun=${_n_cpu}.${_build_lowercase}.diff) # diff target name
+        SET(_diff_target ${_category}-${_test_name}.mpirun${_n_cpu}.${_build_lowercase}.diff) # diff target name
         SET(_test_full ${_category}/${_test_name}.mpirun=${_n_cpu}.${_build_lowercase}) # full test name
         SET(_test_directory ${CMAKE_CURRENT_BINARY_DIR}/${_test_short}/mpirun=${_n_cpu}) # directory to run the test in
         SET(_run_command mpirun -np ${_n_cpu} ${CMAKE_CURRENT_BINARY_DIR}/${_test_short}/${_target}) # the command to issue

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.