Skip to content

Commit 46ffba0

Browse files
committed
mpiInfo: rename source file
main.cpp is too general for a relyable detection
1 parent 8770d72 commit 46ffba0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

include/mpiInfo/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ endif()
9494
################################################################################
9595

9696
add_executable(mpiInfo
97-
main.cpp
97+
mpiInfo.cpp
9898
)
9999

100100
target_link_libraries(mpiInfo ${LIBS})
File renamed without changes.

include/picongpu/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ if(CUDAMEMTEST_ENABLE)
203203

204204
# mpiInfo utility
205205
find_path(MPI_INFO_DIR
206-
NAMES main.cpp
206+
NAMES mpiInfo.cpp
207207
PATHS "${PIConGPUapp_SOURCE_DIR}/../mpiInfo"
208208
DOC "path to mpiInfo"
209209
)

0 commit comments

Comments
 (0)