szaghi on master
update submodules update travis config (compare)
szaghi on master
update submodules (compare)
szaghi on master
update submodules update travis config (compare)
szaghi on master
Fix parsing bug issue#7 The me… update travis config Merge branch 'release/0.1.0' (compare)
szaghi on fix-parsing-bug-issue#7
szaghi on fix-parsing-bug-issue#7
install.sh
will help user download and install Xcode command line tools (CLT) on Mac OS which is needed to compile code on Macs if it is missing or excessively outdatedmpirun
changed to mpiexec
and mpif90
changed to mpifort
, consistent with MPI standard recommendationsinstall.sh
by removing dependency on tree
commandinstall.sh
was ignoring user specified -m
/--with-cmake
CMake locationevent_post
to hang when going over the network (multiple nodes)--disable-bootstrap
to install.sh
to help speed builds of GCC when bootstrapping is not required because a recent GCC is performing the buildinstall.sh
to download the requested package from a user specified URLPlease see the installation instructions for more details on how to build and install this version of OpenCoarrays
For such an old language, Fortran really seems to suffer from lack of good resources and mature libraries to help in writing Fortran. Like, I had to wrap a few functions from the R-math libraries (written in C) to get performant probability quantile functions.
I found Fortran For Scientists and Engineers helpful. It's very basic (and has weird things like nested loops in a suboptimal order, but I guess even the lowest optimization levels in a compiler take care of that?), but that makes it a fast read and great for the target audience of scientists/engineers.