Changeset 1859 for LMDZ5/trunk/libf/dyn3dmem/parallel_lmdz.F90
- Timestamp:
- Sep 4, 2013, 2:30:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/parallel_lmdz.F90
r1858 r1859 226 226 omp_size=OMP_GET_NUM_THREADS() 227 227 !$OMP END MASTER 228 !$OMP BARRIER 228 229 omp_rank=OMP_GET_THREAD_NUM() 229 230 … … 234 235 !Config distribue a chaque tache lors de l'entree dans une 235 236 !Config boucle parallelisee 236 237 238 !$OMP MASTER 237 239 omp_chunk=(llm+1)/omp_size 238 240 IF (MOD(llm+1,omp_size)/=0) omp_chunk=omp_chunk+1 239 241 CALL getin('omp_chunk',omp_chunk) 240 242 !$OMP END MASTER 243 !$OMP BARRIER 241 244 #else 242 245 omp_size=1
Note: See TracChangeset
for help on using the changeset viewer.