From 25ba03f29eb4f57818f502d1fd2ac46d908ff7c9 Mon Sep 17 00:00:00 2001 From: Aidan Heerdegen Date: Fri, 27 Jan 2017 11:36:31 +1100 Subject: [PATCH] Made openmpi 1.10.2 default for NCI build. This fixed segfaults, primarily associated with calls to MPI_Finalize --- bin/environs.nci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/environs.nci b/bin/environs.nci index 6c2eddb554..544213aa0a 100644 --- a/bin/environs.nci +++ b/bin/environs.nci @@ -5,5 +5,5 @@ module load intel-cc/16.0.2.181 module load netcdf/4.3.3.1 module use /projects/v45/modules module load oasis/dev -module load openmpi/1.8.4 +module load openmpi/1.10.2 setenv mpirunCommand "mpirun --mca orte_base_help_aggregate 0 -np"