Skip to content
Snippets Groups Projects
Commit 8a1f1d1e authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent 0f973c62
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment