Small GCC compatibility patches release
Bug fixes
- #342: An "advanced"
RUN_DEVELOPER_TESTS
flag was added to the CMake build system so that users and package managers won't get failing tests for known regressions and partially implemented features. By default these developer tests are not run, and must be explicitly enabled throughccmake
,cmake-gui
or passing-DRUN_DEVELOPER_TESTS:BOOL=ON
tocmake
when called on the command line. Alternatively, OpenCoarrays developers can set theOPENCOARRAYS_DEVELOPER
environment variable toON
in their dot files to always enable these tests. The default behavior,RUN_DEVELOPER_TESTS=OFF
will skip tests corresponding to theconvert-before-put
regression (#292) and theasync_alloc_comp
corresponding to the yet-to-be-fully-implemented asynchronous allocation of allocatable components of coarray objects (#260)
Installation
Please see the installation instructions for more details on how to build and install this version of OpenCoarrays