public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Success with coarrays and gfortran
@ 2017-01-19  9:35 David Billinghurst
  0 siblings, 0 replies; only message in thread
From: David Billinghurst @ 2017-01-19  9:35 UTC (permalink / raw)
  To: cygwin

I am pleased to report that I have successfully compiled 
OpenCoarrays-1.8.0 under cygwin and used it to build parallel coarray 
Fortran code using gfortran.  I have compiled and run a few toy cases, 
but nothing serious yet.

Steps taken were:

install openmpi, libopenmpi-devel, libopenmpifh12, libopenmpiusef08_11, 
gfortran

download OpenCoarrays-1.8.0.tar.gz from 
https://github.com/sourceryinstitute/opencoarrays/releases
tar xf  OpenCoarrays-1.8.0.tar.gz
cd OpenCoarrays-1.8.0
mkdir build
cd build

At this point I tried to build using install.sh but this failed. I 
didn't investigate.
I then fell back to the procedure documented in INSTALL.md

CC=gcc FC=gfortran cmake
make
ctest
install

All the tests pass.  f90 applications are complied using the 'caf' 
script and run using the 'cafrun' script.




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-19  9:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-19  9:35 Success with coarrays and gfortran David Billinghurst

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).