Dear RegCNET,

I am trying to install the recent update of the RegCM4.3.5.2 but I obtained the following error during the make install process

I have entered the following commands

./bootstrap.sh
./configure CC=icc FC=ifort --with-netcdf=<path/>/netcdf_install/
make install

mpif90 -I/home/regcm/Code/regcm/branches/regcm-chem-soa/external -I/home/regcm/RegCM-4.2/Utils/netcdf_install//include -I/home/regcm/RegCM-4.2/Utils/netcdf_install//include  -I/home/regcm/Code/regcm/branches/regcm-chem-soa/Share -O3 -fp-model fast=2 -ip -convert big_endian -assume byterecl -heap-arrays -c mod_ncout.F90
: catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report.  Note: File and line given may not be explicit cause of this error.

compilation aborted for mod_ncout.F90 (code 3)
make[3]: *** [mod_ncout.o] Error 3
make[3]: Leaving directory `/home/regcm/Code/regcm/branches/regcm-chem-soa/Main/mpplib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/regcm/Code/regcm/branches/regcm-chem-soa/Main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/regcm/Code/regcm/branches/regcm-chem-soa'
make: *** [all] Error 2

Regards,
James