rouson on fpm-dev-build
fix #759 - teach caf_compile_ex… (compare)
rouson on fpm-dev-build
fix(cmake): another adjustment … (compare)
rouson on fpm-dev-build
fix(cmake): adjust for tests di… (compare)
issue-33
or #33
in the branch title. https://waffle.io/sourceryinstitute/opencoarrays
@zbeekman. It's an easy fix. I can push a new commit or you can just replace the text
./build flex --default --query-version
with the text
./build.sh -V flex
@rouson I'm second guessing myself regarding some CAF semantics. Can you please confirm that there is no synchronization needed between the following two statements:
b(:) = a(:)[me+1]
matches = all( a_local(:) == b(:) )
i.e., the local image won't proceed until the assignment on line one completes
brew update
brew install --cc=gcc-6 OpenCoarrays # to get gcc to build the library... should also build fine with clang