ornladios / ADIOS

The old ADIOS 1.x code repository. Look for ADIOS2 for new repo
https://csmd.ornl.gov/adios
Other
54 stars 41 forks source link

gcc-14: fix configure test error #220

Closed balay closed 5 months ago

balay commented 6 months ago
configure:26495: /home/balay/petsc/arch-ci-linux-pkgs-cxx-mlib/bin/mpicc -c -Wno-lto-type-mismatch -Wno-stringop-overflow -g -O -I/home/balay/petsc/arch-ci-linux-pkgs-cxx-mlib/include -I/home/balay/petsc/arch-ci-linux-pkgs-cxx-mlib conftest.c >&5 conftest.c: In function 'main':
conftest.c:67:14: error: implicit declaration of function 'nc_create_par'; did you mean 'nc__create_mp'? [-Wimplicit-function-declaration]
   67 |              nc_create_par("a.nc", NC_NOCLOBBER|NC_MPIIO|NC_NETCDF4, comm, info, ncid);
      |              ^~~~~~~~~~~~~
      |              nc__create_mp
eisenhauer commented 6 months ago

Hi. ADIOS has moved on, and the ADIOS2 repository (https://github.com/ornladios/ADIOS2) is now the current version. This original repo, now considered to be ADIOS1 isn't maintained. Not that means we couldn't accept a patch if the situation warranted, but a full-blown revival is unlikely. Do you have a situation where you must stick with ADIOS1?

balay commented 6 months ago

PETSc has an interface to ADIOS1 - and its built as part of the CI.

I'm not sure if there are users who are relying on it.

cc: @BarrySmith