source:
lmdz_wrf/trunk/WRFV3/tools/mpi2_thread_test.c
@
2391
| Last change on this file since 2391 was 1, checked in by , 11 years ago | |
|---|---|
| File size: 189 bytes | |
| Line | |
|---|---|
| 1 | #include <stdio.h> |
| 2 | #include <mpi.h> |
| 3 | main( int argc, char ** argv ) |
| 4 | { |
| 5 | int y, retval ; |
| 6 | MPI_Comm x ; |
| 7 | y = 1 ; |
| 8 | |
| 9 | MPI_Init_thread( &argc, &argv, MPI_THREAD_FUNNELED, &retval ) ; |
| 10 | } |
| 11 | |
| 12 |
Note: See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/LMDZ_WRF/chrome/site/your_project_logo.png)