Implement non-blocking transfer operations for SMP runtime.
commit43a400203006e3ed4cdf5933c7510e8723327769
authorgfunck <gfunck@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Sep 2013 19:36:15 +0000 (27 19:36 +0000)
committergfunck <gfunck@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Sep 2013 19:36:15 +0000 (27 19:36 +0000)
tree8cfb3ff8ca5bd022f06d063187ff6613dd04da83
parent0a427d25807e16ce0b08d34350ff07535e4f605c
Implement non-blocking transfer operations for SMP runtime.
* Makefile.am (UPC_RUNTIME_SRC): Add upc_nb.upc.
* Makefile.in: Re-generate.
* configure: Re-generate.
* smp/gcc-upc-lib.in: Add __UPC_NB__ definition.
* smp/gupcr_nb.upc: New. Non-blocking transfers library.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gupc@202985 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/DATESTAMP
libgupc/ChangeLog
libgupc/Makefile.am
libgupc/Makefile.in
libgupc/smp/gcc-upc-lib.in
libgupc/smp/upc_nb.upc [new file with mode: 0644]