Skip to content

Commit

Permalink
Appended parallel suffix to Fortran linkage test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Markert committed Sep 26, 2024
1 parent 7293849 commit 8a9305d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ add_t8_test( NAME t8_gtest_root_serial SOURCES t8_gtest_main.cx
add_t8_test( NAME t8_gtest_scheme_consistency_serial SOURCES t8_gtest_main.cxx t8_schemes/t8_gtest_scheme_consistency.cxx )

if( T8CODE_BUILD_FORTRAN_INTERFACE AND T8CODE_ENABLE_MPI )
add_t8_test( NAME t8_test_fortran_mpi_interface_init SOURCES api/t8_fortran_interface/t8_test_mpi_init.f90 )
add_t8_test( NAME t8_test_fortran_mpi_interface_init_parallel SOURCES api/t8_fortran_interface/t8_test_mpi_init.f90 )
endif()

copy_test_file( test_cube_unstructured_1.inp )
Expand Down

0 comments on commit 8a9305d

Please sign in to comment.