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
After MPICH has been integrated into the GCC build system, the system will need to be modified to build the OpenCoarrays caf_mpi library using the the just-built gcc, gfortran, and MPI. The resulting installed files will include at least a static library and possibly additional libraries:
libcaf_mpi.a static library
libcaf_mpi.la GNU-specific library if apppriate (@jerryd Is this possible & desirable?)
libcaf_mpi.so shared libraries (@zbeekman Is this possible & desirable?)
The text was updated successfully, but these errors were encountered:
Request for Enhancement (RFE)
After MPICH has been integrated into the GCC build system, the system will need to be modified to build the OpenCoarrays
caf_mpi
library using the the just-builtgcc
,gfortran
, and MPI. The resulting installed files will include at least a static library and possibly additional libraries:libcaf_mpi.a
static librarylibcaf_mpi.la
GNU-specific library if apppriate (@jerryd Is this possible & desirable?)libcaf_mpi.so
shared libraries (@zbeekman Is this possible & desirable?)The text was updated successfully, but these errors were encountered: