Small GCC compatibility patches release
Bug fixes
- #342: An "advanced"
RUN_DEVELOPER_TESTSflag 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-guior passing-DRUN_DEVELOPER_TESTS:BOOL=ONtocmakewhen called on the command line. Alternatively, OpenCoarrays developers can set theOPENCOARRAYS_DEVELOPERenvironment variable toONin their dot files to always enable these tests. The default behavior,RUN_DEVELOPER_TESTS=OFFwill skip tests corresponding to theconvert-before-putregression (#292) and theasync_alloc_compcorresponding 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