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
This was partially addressed in 5d8cfaa which was reverted in 000d67f.
I am currently working around this with SEQ_CC="$CC $CPPFLAGS $CFLAGS $LDFLAGS" to add hardening such as FULL RELRO to cdfdiff ncoffsets pnetcdf-openmpi ncvalidator.
PnetCDF checkpoint.1.12.3 built using:
./configure --prefix=/usr --enable-shared --enable-netcdf4
make
The text was updated successfully, but these errors were encountered:
Reusing CFLAGS for MPI compilers when compiling utility programs designed to run sequentially
can cause problems in the cross-compile environment.
One way to solve the problem in your case is to introduce new environment variables, such as SEQ_CFLAGS and SEQ_LDFLAGS. Will that work for your case? e.g.
Three environment variables SEQ_CFLAGS, SEQ_LDFLAGS, and SEQ_LIBS have
been added in PR #122, which has also been merged into the master branch.
If you would like to give it a try, please let me know if that works.
This was partially addressed in 5d8cfaa which was reverted in 000d67f.
I am currently working around this with
SEQ_CC="$CC $CPPFLAGS $CFLAGS $LDFLAGS"
to add hardening such as FULL RELRO to cdfdiff ncoffsets pnetcdf-openmpi ncvalidator.PnetCDF checkpoint.1.12.3 built using:
The text was updated successfully, but these errors were encountered: