Changes between Version 2 and Version 3 of Ticket #47806, comment 2


Ignore:
Timestamp:
Jun 15, 2015, 8:57:06 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47806, comment 2

    v2 v3  
    77I have had a very hard time figuring out the appropriate dependencies so I'm hoping you can help sort this out:
    88
    9 (1) Building gcc5 does not require the OpenCoarrays libcaf_mpi.a library, but using gcc5 to build parallel executables from coarray Fortran codes requires linking to libcaf_mpi.a
    10 
    11 (2) Building libcaf_mpi.a does not require gcc5 (earlier versions of gcc5 can build libcaf_mpi.a), but libcaf_mpi.a will be unusable if mpich-gcc5 is not present.
     91. Building gcc5 does not require the OpenCoarrays libcaf_mpi.a library, but using gcc5 to build parallel executables from coarray Fortran codes requires linking to libcaf_mpi.a
     102. Building libcaf_mpi.a does not require gcc5 (earlier versions of gcc5 can build libcaf_mpi.a), but libcaf_mpi.a will be unusable if mpich-gcc5 is not present.
    1211
    1312so either can be built without the other, but each is of limited utility without the utility without the other.  Should gcc5 depend on OpenCoarrays or should OpenCoarrays depend on gcc5 or neither?