Re: [petsc-users] Help with compiling PETSc on Summit with gcc 12.1.0

2024-02-09 Thread Zhang, Chonglin
honglin Date: Friday, February 9, 2024 at 4:21 PM To: Barry Smith Cc: petsc-users@mcs.anl.gov Subject: Re: [petsc-users] Help with compiling PETSc on Summit with gcc 12.1.0 Thanks Barry! I am still getting the same error message. Any more suggestions? I can see that library from the login node: lr

Re: [petsc-users] Help with compiling PETSc on Summit with gcc 12.1.0

2024-02-09 Thread Zhang, Chonglin
/libmpi_ibm_usempif08.so -> libmpi_ibm_usempif08.so.3.1.0 Thanks, Chonglin From: Barry Smith Date: Friday, February 9, 2024 at 4:10 PM To: Zhang, Chonglin Cc: petsc-users@mcs.anl.gov Subject: Re: [petsc-users] Help with compiling PETSc on Summit with gcc 12.1.0 error while loading shared librar

Re: [petsc-users] Help with compiling PETSc on Summit with gcc 12.1.0

2024-02-09 Thread Barry Smith
error while loading shared libraries: libmpi_ibm_usempif08.so: cannot open shared object file: No such file or directory So using the mpif90 does not work because it links a shared library that cannot be found at run time. Perhaps that library is only visible on the bach nodes. You can

[petsc-users] Help with compiling PETSc on Summit with gcc 12.1.0

2024-02-09 Thread Zhang, Chonglin
Dear PETSc developers, I am trying to compile PETSc on Summit with gcc 12.1.0 and spectrum-mpi 10.4.0.6, but encountered the following configuration issues: = Configuring PETSc to