Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement asynchronous allocation of components in derived typed coarrays and caf_is_present #260

Closed
vehre opened this issue Nov 30, 2016 · 0 comments
Assignees
Labels

Comments

@vehre
Copy link
Collaborator

vehre commented Nov 30, 2016

Pull request #259 adds the changes needed to opencoarrays/caf_mpi to "work" with current gcc-trunk again. By "work" I mean compile and run the existing tests.

My idea for testing async alloc of components:

check_remote_alloced_comp_1.f90.txt

fails to run for two reasons:

  1. in caf_register() the MPI_allocate() syncs and
  2. caf_is_present() is not implemented.

The test case can be used as a guide for implementing the features. At the moment it has some additional prints for debugging, which should be removed in the final version.

@rouson rouson added this to the 2.0.0 milestone milestone Dec 20, 2016
@zbeekman zbeekman added the ready label Feb 12, 2017
@vehre vehre assigned vehre and unassigned afanfa May 7, 2017
@vehre vehre removed the ready label May 7, 2017
vehre added a commit that referenced this issue May 25, 2017
@vehre vehre assigned zbeekman and unassigned vehre May 25, 2017
@zbeekman zbeekman removed the ready label May 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants