ADIOS2 icon indicating copy to clipboard operation
ADIOS2 copied to clipboard

Linker error with intel compiler 2022.0.2

Open hr87 opened this issue 2 years ago • 0 comments

Describe the bug I am trying to compile Adios 2.8.2 on a LANL machine using the intel compiler 2022.0.2. I get a linker error. I tried both serial and openmpi.

To Reproduce

module load intel/2022.0.2 cmake git openmpi/3.1.6 miniconda
cmake -DADIOS2_USE_Fortran=ON \
    -DADIOS2_BUILD_EXAMPLES=OFF \
    -DBUILD_TESTING=OFF \
    -DADIOS2_USE_MPI={OFF|ON}
    -DADIOS2_USE_Python=ON
make VERBOSE=1

Expected behavior Error free compile

Desktop (please complete the following information):

  • LANL Darwin
  • Red Hat Enterprise Linux 8.4 (Ootpa)
  • Intel compiler 2022.0.2

Log files adios_serial.log adios_mpi.log

hr87 avatar Aug 02 '22 16:08 hr87