From ee4ef4fc3319f5e0c202e935468109ff6ddcb643 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 17 Dec 2020 11:52:44 +0100 Subject: [PATCH] Renamed test source file --- CoreFlows/examples/C/CMakeLists.txt | 4 ++-- ...CDMATH.cxx => WaveSystem_FV_SphericalExplosion_CDMATH.cxx} | 0 ...osion_MPI.cxx => WaveSystem_FV_SphericalExplosion_MPI.cxx} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename CoreFlows/examples/C/{WaveSystem_2DFV_SphericalExplosion_CDMATH.cxx => WaveSystem_FV_SphericalExplosion_CDMATH.cxx} (100%) rename CoreFlows/examples/C/{WaveSystem_2DFV_SphericalExplosion_MPI.cxx => WaveSystem_FV_SphericalExplosion_MPI.cxx} (100%) diff --git a/CoreFlows/examples/C/CMakeLists.txt b/CoreFlows/examples/C/CMakeLists.txt index b966a6c..587e1d3 100755 --- a/CoreFlows/examples/C/CMakeLists.txt +++ b/CoreFlows/examples/C/CMakeLists.txt @@ -98,14 +98,14 @@ CreateTestExecAndInstall(StationaryDiffusionEquation_3DFV_StructuredTetrahedra.c CreateTestExecAndInstall(testEOS.cxx "${libs_for_tests}" ) - add_executable(WaveSystem_FV_SphericalExplosion_CDMATH.exe WaveSystem_2DFV_SphericalExplosion_CDMATH.cxx) + add_executable(WaveSystem_FV_SphericalExplosion_CDMATH.exe WaveSystem_FV_SphericalExplosion_CDMATH.cxx) target_link_libraries(WaveSystem_FV_SphericalExplosion_CDMATH.exe CoreFlowsLibs ) install(TARGETS WaveSystem_FV_SphericalExplosion_CDMATH.exe DESTINATION share/examples) add_test(NAME WaveSystem_2DFV_SphericalExplosion_CDMATH_SQUARE COMMAND "./WaveSystem_FV_SphericalExplosion_CDMATH.exe") add_test(NAME WaveSystem_3DFV_SphericalExplosion_CDMATH_CUBE COMMAND "./WaveSystem_FV_SphericalExplosion_CDMATH.exe" resources/meshCube.med) if( SOLVERLAB_WITH_MPI ) - add_executable(WaveSystem_2DFV_SphericalExplosion_MPI.exe WaveSystem_2DFV_SphericalExplosion_MPI.cxx) # compilation of the testxxx.exe + add_executable(WaveSystem_2DFV_SphericalExplosion_MPI.exe WaveSystem_FV_SphericalExplosion_MPI.cxx) # compilation of the testxxx.exe target_link_libraries(WaveSystem_2DFV_SphericalExplosion_MPI.exe CoreFlowsLibs ${MPI_LIBRARY}) # provide required lib for testxxx.exe install(TARGETS WaveSystem_2DFV_SphericalExplosion_MPI.exe DESTINATION share/examples) add_test(NAME WaveSystem_2DFV_SphericalExplosion_MPI_SEQ_SQUARE COMMAND "${MPIEXEC}" "-n" "1" "./WaveSystem_2DFV_SphericalExplosion_MPI.exe") diff --git a/CoreFlows/examples/C/WaveSystem_2DFV_SphericalExplosion_CDMATH.cxx b/CoreFlows/examples/C/WaveSystem_FV_SphericalExplosion_CDMATH.cxx similarity index 100% rename from CoreFlows/examples/C/WaveSystem_2DFV_SphericalExplosion_CDMATH.cxx rename to CoreFlows/examples/C/WaveSystem_FV_SphericalExplosion_CDMATH.cxx diff --git a/CoreFlows/examples/C/WaveSystem_2DFV_SphericalExplosion_MPI.cxx b/CoreFlows/examples/C/WaveSystem_FV_SphericalExplosion_MPI.cxx similarity index 100% rename from CoreFlows/examples/C/WaveSystem_2DFV_SphericalExplosion_MPI.cxx rename to CoreFlows/examples/C/WaveSystem_FV_SphericalExplosion_MPI.cxx -- 2.39.2