[MITgcm-cvs] MITgcm/pkg/flt CVS Commit

Jean-Michel Campin jmc at forge.csail.mit.edu
Thu Sep 6 12:17:21 EDT 2012


Update of /u/gcmpack/MITgcm/pkg/flt
In directory forge:/tmp/cvs-serv7550

Modified Files:
	exch2_recv_get_vec.F exch2_send_put_vec.F 
Log Message:
- rename S/R EXCH2_RL_SEND_PUT_VEC -> EXCH2_SEND_PUT_VEC_RL
     and S/R EXCH2_RL_RECV_GET_VEC -> EXCH2_RECV_GET_VEC_RL
  so that it closer to file names (exch_send_put_vec.F, exch_recv_get_vec.F)
  and match the printed messages
- move calls to MPI_Wait from FLT_EXCH2 to EXCH2_RECV_GET_VEC_RL 
  (so that flt_exch2.F is free from MPI stuff)
- move BARRIER calls directly in flt_exch2.F (easier to follow)
- fix multi-threaded MPI (had many issues).
- finish to remove ALWAYS_USE_MPI in source code that TAF does not see.




More information about the MITgcm-cvs mailing list