Am 16.07.2018 um 23:06 schrieb Jeff Squyres (jsquyres) via devel:
Split the Fortran issue off into its own thread (and kept it on devel; no need 
for ompi-packagers)


On Jul 13, 2018, at 4:35 PM, Marco Atzeri <marco.atz...@gmail.com> wrote:

the fortran problem is due to a compiler settings
It works with

$ mpifort -g  hello_usempi.f90  -o hello_usempi -fintrinsic-modules-path 
/usr/lib

Should we add something to configure to detect/use this flag automatically?


no, I think it is a issue of latest fortran compiler in cygwin;
I am sure it was not like that with previous version.
I also noted that also in this ways works

$ mpifort -g  hello_usempi.f90  -o hello_usempi -I /usr/lib

probably some default changed between gcc 6.3 and 7.3

Regards
Marco

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus

_______________________________________________
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel

Reply via email to