source: CIVL/text/include/concurrency.cvh@ 0e052af2

1.23 2.0 main test-branch
Last change on this file since 0e052af2 was 4d9f19e, checked in by Manchun Zheng <zmanchun@…>, 12 years ago

used linkage for libraries comm/concurrency/mpi. other libraries will be modified soon. Everything works now, except for some mpi-civl examples that use CMPI_Gcomm, which needs to be factored out to some civl-mpi library, say civlmpi.cvh.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@1447 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 199 bytes
Line 
1/* This header file contains the function prototypes for concurrency. */
2
3#ifdef __CONCURRENCY__
4#else
5#define __CONCURRENCY__
6
7#include <concurrency-common.cvh>
8//#include <concurrency.cvl>
9
10#endif
Note: See TracBrowser for help on using the repository browser.