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 f156f53 commit b3c4e5dCopy full SHA for b3c4e5d
post-install/post-install-test.cmake.in
@@ -268,12 +268,12 @@ if (MPI_FOUND)
268
endif()
269
270
271
- message("Compiling a simple LPF program with mpimsg engine")
+ message("Compiling a simple MPI LPF program with mpimsg engine")
272
# Compile this to check whether mpi.h can be found
273
execute_process(
274
- COMMAND @bindir@/lpfcc -engine mpimsg -I@common@
275
- @testdir@/func_lpf_hook_subset.mpimsg.c
276
- -o lpfhook_subset_mpimsg_cc
+ COMMAND @bindir@/lpfcxx -engine mpimsg -I@common@
+ @testdir@/func_lpf_hook_subset.mpimsg.cpp -c
+ -o lpfhook_subset_mpimsg_cc.o
277
WORKING_DIRECTORY @builddir@
278
RESULT_VARIABLE status
279
)
0 commit comments