We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4221f commit 6a0e441Copy full SHA for 6a0e441
CMakeLists.txt
@@ -545,7 +545,7 @@ if(opencoarrays_aware_compiler)
545
add_mpi_test(async_comp_alloc 6 ${tests_root}/unit/init_register/async_comp_alloc)
546
if(NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 8)
547
add_mpi_test(team_number 2 ${tests_root}/unit/teams/team_number)
548
- add_mpi_test(get_team 2 ${tests_root}/unit/teams/get_team)
+ add_mpi_test(get_team 3 ${tests_root}/unit/teams/get_team)
549
endif()
550
551
0 commit comments