Changeset 2771 for LMDZ5/trunk/libf
- Timestamp:
- Jan 24, 2017, 3:29:24 PM (8 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3dmem
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/bands.F90
r2351 r2771 219 219 minvalue=value(i) 220 220 min_proc=index(i) 221 if (jj_nb_caldyn(max_proc)> 3) then221 if (jj_nb_caldyn(max_proc)>2) then 222 222 if (timer_iteration(jj_nb_caldyn(min_proc)+1,timer_caldyn,min_proc)<=1 ) then 223 223 jj_nb_caldyn(min_proc)=jj_nb_caldyn(min_proc)+1 … … 287 287 min_proc=index(i) 288 288 289 if (jj_nb_vanleer(max_proc)> 3) then289 if (jj_nb_vanleer(max_proc)>2) then 290 290 if (timer_average(jj_nb_vanleer(min_proc)+1,timer_vanleer,min_proc)==0. .or. & 291 291 timer_average(jj_nb_vanleer(max_proc)-1,timer_vanleer,max_proc)==0.) then -
LMDZ5/trunk/libf/dyn3dmem/parallel_lmdz.F90
r2621 r2771 154 154 if ( i < MOD((jjm+1),mpi_size) ) jj_nb_para(i)=jj_nb_para(i)+1 155 155 156 if (jj_nb_para(i) <= 2) then156 if (jj_nb_para(i) <= 1 ) then 157 157 158 158 write(lunout,*)"Arret : le nombre de bande de lattitude par process est trop faible (<2)."
Note: See TracChangeset
for help on using the changeset viewer.