Ignore:
Timestamp:
06/08/18 15:59:53 (6 years ago)
Author:
yushan
Message:

save dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/extern/ep_dev/ep_init.cpp

    r1525 r1527  
    1515    Debug("MPI_Init_thread with EP/MPI\n"); 
    1616 
    17     if(omp_get_thread_num() == 0) 
     17    #pragma omp master 
    1818    { 
    1919      ::MPI_Init_thread(argc, argv, required, provided); 
     
    2626    Debug("MPI_Init with EP/MPI\n"); 
    2727 
    28     if(omp_get_thread_num() == 0) 
     28    #pragma omp master 
    2929    { 
    3030      ::MPI_Init(argc, argv); 
Note: See TracChangeset for help on using the changeset viewer.