Re: [OMPI users] Configure Error for installation of openmpi-1.10.1

2019-11-01 Thread Qianjin Zheng via users
Hi Jeff, Thank you so much. I will try it. Best Regards, Qianjin Sent from my iPhone > On Nov 1, 2019, at 11:26 AM, Jeff Squyres (jsquyres) > wrote: > > Sorry for all this back-n-forth, but I honestly haven't thought about or > tried v1.10 in (literally) years. You should ping the WRF

Re: [OMPI users] Configure Error for installation of openmpi-1.10.1

2019-11-01 Thread Qianjin Zheng via users
Hi Jeff, After the service got upgraded, I recompile my model with Open MPI v 1.10.7, and the application failed to compile. I got an error message; however, before the service upgraded I did not get any error. Here is the error message: call random_seed (PUT=seed)

Re: [OMPI users] Configure Error for installation of openmpi-1.10.1

2019-10-31 Thread Qianjin Zheng via users
Hi Jeff, I did not see any stdout from when I ran configure. Can you more specify file name? Thank you, Qianjin From: Jeff Squyres (jsquyres) Sent: Thursday, October 31, 2019 1:55 PM To: Qianjin Zheng Cc: Open MPI User's List Subject: Re: [OMPI users]

Re: [OMPI users] Configure Error for installation of openmpi-1.10.1

2019-10-31 Thread Qianjin Zheng via users
Hi Jeff, I tried again, but I still got the error when I ran "make". Here is the commend when I run the configure: ./configure --prefix=$PATH/LIBRARIES/openmpi --enable-static --enable-mpi-thread-multiple --without-usnic --enable-mpi-cxx --enable-mca-no-build=btl-openib CC=gcc CXX=g++

[OMPI users] Configure Error for installation of openmpi-1.10.1

2019-10-30 Thread Qianjin Zheng via users
I tried to install openmpi-1.10.1 but I am not able to configure and install it. Here is how I install OpenMPI ./configure --prefix=$PATH/LIBRARIES/openmpi --enable-static --enable-mpi-thread-multiple --without-usnic --enable-mpi-cxx CC=gcc CXX=g++ FC=gfortran FCFLAGS=-m64 F77=gfortran