Skip to content

Commit

Permalink
remove OpenMPI hack. We have disabled MPIIO testing altogether.
Browse files Browse the repository at this point in the history
  • Loading branch information
akohlmey committed Aug 15, 2023
1 parent 2728f67 commit 4e604c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unittest/formats/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ set_tests_properties(TextFileReader PROPERTIES ENVIRONMENT "LAMMPS_POTENTIALS=${
add_executable(test_file_operations test_file_operations.cpp)
target_link_libraries(test_file_operations PRIVATE lammps GTest::GMock)
add_test(NAME FileOperations COMMAND test_file_operations)
# try to mitigate possible OpenMPI bug
set_tests_properties(TextFileReader PROPERTIES ENVIRONMENT "OMPI_MCA_sharedfp=\"^sm\"")

add_executable(test_dump_atom test_dump_atom.cpp)
target_link_libraries(test_dump_atom PRIVATE lammps GTest::GMock)
Expand Down

0 comments on commit 4e604c2

Please sign in to comment.