[mpich-discuss] missing mpi_f08 module in MPICH 3.2

Thomas Jahns jahns at dkrz.de
Sun Mar 18 08:43:15 CDT 2018


Hello Jeff,

> On Mar 15, 2018, at 23:27 , Jeff Hammond <jeff.science at gmail.com> wrote:
> /opt/gcc$ find git HEAD -name ISO_Fortran_binding.h | echo MISSING
> MISSING

while I don’t know about what gfortran 8 provides, that is probably not the command you are looking for but rather:

find git HEAD -name ISO_Fortran_binding.h -print

or

find git HEAD -name ISO_Fortran_binding.h || echo MISSING

Regards, Thomas



-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4860 bytes
Desc: not available
URL: <http://lists.mpich.org/pipermail/discuss/attachments/20180318/cff57e52/attachment.p7s>
-------------- next part --------------
_______________________________________________
discuss mailing list     discuss at mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss


More information about the discuss mailing list