You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the following configure line
./configure -bfd=download -ompt -c++=icpc -cc=icc -fortran=ifort -mpi -pthread -tag=oneapi-2023.2.0-impi
I get the failure from below although the MPI library is found. If I use the mpi wrapper for icc compiler it works, but I remember that Sameer recommended not to use the wrappers.
is there a problem in configure?
Using MPI lib directory /gpfs/apps/MN5/GPP/ONEAPI/2023.2.0/mpi/2021.10.0/lib
Default C compiler will be icc
Using LD AUDITOR.
Found an x86_64 configuration definition
LINUX_TIMERS enabled
Checking Compiler OMPT support :
Checking for version 5.0 ...icpc -qopenmp -O2 -g -DVERTEST_OMPT_5_0 ompt_ver_test.cpp -o ompt_ver_test
yes
TAU: Both C and C++ compilers support OMPT!
Using OMPT 5
***********************************************************************
NOTE: MPI library does not have a threaded _r suffix
Checking for thread-safe MPI interface... icc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
tools/src/tests/mpi_thread_test.c(1): catastrophic error: cannot open source file "tools/src/tests/mpi_thread_test.c"
#include <mpi.h>
^
compilation aborted for tools/src/tests/mpi_thread_test.c (code 4)
no
The text was updated successfully, but these errors were encountered:
With the following configure line
./configure -bfd=download -ompt -c++=icpc -cc=icc -fortran=ifort -mpi -pthread -tag=oneapi-2023.2.0-impi
I get the failure from below although the MPI library is found. If I use the mpi wrapper for icc compiler it works, but I remember that Sameer recommended not to use the wrappers.
is there a problem in configure?
The text was updated successfully, but these errors were encountered: