diff --git a/Inst_eddies/inst_eddies.f90 b/Inst_eddies/inst_eddies.f90 index d38d183e3fb8533fd9a3a25b0afccdb2e0a0b2fb..2a95d5997e4c444a50b1970d7935550f019b08fa 100644 --- a/Inst_eddies/inst_eddies.f90 +++ b/Inst_eddies/inst_eddies.f90 @@ -196,7 +196,13 @@ program inst_eddies call write_aux(corner_deg, step_deg, nlon, nlat, hshpc_anti, exist) CALL shpc_close(hshpc_cyclo) CALL shpc_close(hshpc_anti) - print *, 'inst_eddies: Created or appended to shapefile collections in ', & - 'SHPC_cyclo and SHPC_anti.' + + if (exist) then + print *, 'inst_eddies: Appended to shapefile collections in SHPC_cyclo ', & + 'and SHPC_anti.' + else + print *, 'inst_eddies: Created shapefile collections in SHPC_cyclo and ', & + 'SHPC_anti.' + end if end program inst_eddies diff --git a/Overlap/eddy_graph.sh.in b/Overlap/eddy_graph.sh.in index e5c28f7419d41a7220d617f5c291185b88ad97dd..99cfeda8907774f7773743c6d913b9293097f819 100644 --- a/Overlap/eddy_graph.sh.in +++ b/Overlap/eddy_graph.sh.in @@ -14,7 +14,7 @@ set -e n_proc=$1 shift echo "mpiexec: $mpiexec" -${mpiexec:-mpiexec} -n $n_proc @CMAKE_CURRENT_BINARY_DIR@/eddy_graph $* +time ${mpiexec:-mpiexec} -n $n_proc @CMAKE_CURRENT_BINARY_DIR@/eddy_graph $* rm -f isolated_nodes.txt edgelist_unsorted.csv rank=0