--- MITgcm/eesupp/inc/CPP_EEOPTIONS.h 1998/06/22 15:26:24 1.5 +++ MITgcm/eesupp/inc/CPP_EEOPTIONS.h 1998/06/22 16:24:50 1.6 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/eesupp/inc/CPP_EEOPTIONS.h,v 1.5 1998/06/22 15:26:24 adcroft Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/eesupp/inc/CPP_EEOPTIONS.h,v 1.6 1998/06/22 16:24:50 adcroft Exp $ C C /==========================================================\ C | CPP_EEOPTIONS.h | @@ -98,8 +98,8 @@ #define _END_MASTER(a) ENDIF C-- Control MPI based parallel processing -#undef ALLOW_USE_MPI -#undef ALWAYS_USE_MPI +#define ALLOW_USE_MPI +#define ALWAYS_USE_MPI C-- Control use of communication that might overlap computation. C Under MPI selects/deselects "non-blocking" sends and receives.