remove OpenMPI hack. We have disabled MPIIO testing altogether.
This commit is contained in:
@ -41,8 +41,6 @@ set_tests_properties(TextFileReader PROPERTIES ENVIRONMENT "LAMMPS_POTENTIALS=${
|
|||||||
add_executable(test_file_operations test_file_operations.cpp)
|
add_executable(test_file_operations test_file_operations.cpp)
|
||||||
target_link_libraries(test_file_operations PRIVATE lammps GTest::GMock)
|
target_link_libraries(test_file_operations PRIVATE lammps GTest::GMock)
|
||||||
add_test(NAME FileOperations COMMAND test_file_operations)
|
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)
|
add_executable(test_dump_atom test_dump_atom.cpp)
|
||||||
target_link_libraries(test_dump_atom PRIVATE lammps GTest::GMock)
|
target_link_libraries(test_dump_atom PRIVATE lammps GTest::GMock)
|
||||||
|
|||||||
Reference in New Issue
Block a user