Eric Bohm
Eric Bohm
Various things like PyCUDA and PyOpenCL should work, if they don't we will need to make appropriate adjustments. Need to test these and add examples to illustrate how easy it...
Can't compile from source without cython. No charm4py code will run without the greenlet distribution, so we should add that to the install notes. Also, most interesting examples require numba...
Anytime migration is not in use by any production application. Support requires a non-trivial amount of machinery in the runtime system and creates performance overhead. Anytime migration should be an...
! Handle the details of migrating LUNs across ranks ! basic idea: MigratableLUN is a utility to simplify migration for FORTRAN I/O To use it the application creates the registry...
*Original issue: https://charm.cs.illinois.edu/redmine/issues/1671* --- Receive a message on a node group Section multicast a pointer to that message to the pe's local to that host. Handle deletion by an atomic...
The hard version of this would require supporting longer converse messages without adding overhead to sending (header size) and handling (conditional logic) normal converse messages. The medium version of this...
This revised the callback scheme to be compatible with recent changes to ExaM2M. ExaM2M will trigger a single callback to the destination mesh when the solution transfer is complete. Discretization...
Simple first cut of a gitaction to trigger nightly build on delta
*Original issue: https://charm.cs.illinois.edu/redmine/issues/1497* --- PXSHM exists for this purpose on the net layers. However it is not generally used in SMP mode to exchange data when multiple comm threads share...
*Original issue: https://charm.cs.illinois.edu/redmine/issues/41* --- Design general scheme to manage flow control for messages.