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
When external GPTL library is used (GPTL_PATH is set to point to
an external GPTL library build), not all declarations required by
GPTL is exported. Adding declaration to indicate if MPI is
available (required by the GPTL header files) to correctly use
the GPTL header files.
Without this change the build fails with Intel/GNU compilers since
the default (incorrect) function declarations in GPTL headers are
used during the build.
0 commit comments