source:
CIVL/mods/dev.civl.com/examples/mpi-pthread/notes.txt@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 332 bytes | |
| Line | |
|---|---|
| 1 | mpi-pthreads-pie-collective: |
| 2 | needs support of PTHREAD_MUTEX_INITIALIZER: |
| 3 | pthread_mutex_t mypi_mutex = PTHREAD_MUTEX_INITIALIZER; |
| 4 | |
| 5 | mpi-pthreads-pthreads.c: |
| 6 | needs support of MPI features: |
| 7 | MPI_Init_thread, MPI_Abort, enumerators such as MPI_THREAD_MULTIPLE. |
| 8 | |
| 9 | mpithreads_both.c: |
| 10 | has a memory leak problem, needs to debug. |
| 11 |
Note:
See TracBrowser
for help on using the repository browser.
