ok, thanks
> On Jan 9, 2024, at 12:16 PM, Pierre Jolivet <pie...@joliv.et> wrote: > > > >> On 9 Jan 2024, at 6:08 PM, Barry Smith <bsm...@petsc.dev> wrote: >> >> >> PETSc developers >> >> I cannot see in the configure.log information about what version of g++ >> the Intel compilers are using. Could this be added to configure logging so >> we know since outdated g++ versions are often a problem with Intel >> compilers? Or is it in the configure.log but well hidden from my old eyes? > > It’s already available: icpc version 19.1.1.217 (gcc version 9.4.0 > compatibility) > > Thanks, > Pierre > >> >>> Begin forwarded message: >>> >>> From: "Yesypenko, Anna" <a...@oden.utexas.edu> >>> Subject: [petsc-maint] trouble configuring petsc with cuda on tacc lonestar6 >>> Date: January 9, 2024 at 11:46:12 AM EST >>> To: "petsc-ma...@mcs.anl.gov" <petsc-ma...@mcs.anl.gov> >>> Message-Id: >>> <ph0pr06mb83209ed99cc5945c9e4f87a280...@ph0pr06mb8320.namprd06.prod.outlook.com> >>> >>> Dear Petsc developers, >>> >>> I hope you can help me with an issue I've been having. I'm on a TACC >>> machine attempting to install petsc with hypre and cuda. >>> When compiling and linking a CUDA object file during make, I'm >>> encountering an error: namespace "std" has no member "align_val_t". >>> >>> I'm running the following configure command: >>> >>> ./configure PETSC_ARCH=linux-cuda --download-hypre --with-cuda=1 >>> --cuda-dir=/opt/apps/cuda/11.4 >>> >>> The modules loaded are >>> 1) cuda/11.4 (g) 2) intel/19.1.1 3) nccl/2.11.4 (g) 4) >>> mvapich2-gdr/2.3.7 where (g) built for GPU. >>> >>> Attached are the configure and make log files. >>> Let me know if I can provide more information to troubleshoot this issue. >>> Thank you! >>> >>> Best, >>> Anna >> <configure.log> >> <make.log>