source: CIVL/examples/mpi-pthread/notes.txt

main
Last change on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

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

  • Property mode set to 100644
File size: 332 bytes
Line 
1mpi-pthreads-pie-collective:
2 needs support of PTHREAD_MUTEX_INITIALIZER:
3 pthread_mutex_t mypi_mutex = PTHREAD_MUTEX_INITIALIZER;
4
5mpi-pthreads-pthreads.c:
6 needs support of MPI features:
7 MPI_Init_thread, MPI_Abort, enumerators such as MPI_THREAD_MULTIPLE.
8
9mpithreads_both.c:
10 has a memory leak problem, needs to debug.
11
Note: See TracBrowser for help on using the repository browser.