There have been intermittent failures of CESM that can be traced back to a problem calling MPI_Wtime. We do not use the MPI_Wtime function in the gptl timing library on yellowstone, however some of the CESM component models (notably pop) call MPI_Wtime directly. Adding the module load command below replaces the MPI_Wtime function with a call to system clock. If you have seen this problem on yellowstone, add the lines:module use -a /glade/apps/contrib/wtimemodule load wt
to your env_mach_specific file.