Hi All,

I am building openmpi-5.0.1 as shown below.

a) Download (wget 
https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.1.tar.gz) and 
untar
b) make distclean; ./configure --prefix=~/install_path  
--enable-mca-no-build=btl-uct --with-hwloc=internal  --with-libevent=internal 
--with-pmix=internal  CC=gcc CXX=g++ FC=gfortran --without-verbs 
--with-ucx=~/ucx_install_path --without-hcoll 
--with-knem=/opt/knem-1.1.4.90mlnx1 --with-xpmem=~/xpmem_path ; make -j install

I see so many warnings from libtool (pasting some below)

  CC       patterns/comm/allreduce.lo                                           
                                                                                
                         
  CC       patterns/comm/allgather.lo                                           
                                         
  CC       patterns/comm/bcast.lo                                               
                                                                                
                                                                                
                                  
  CC       instance/instance.lo                                                 
                                                                                
                                        
  CCLD     libmpi.la                                                            
                
libtool: warning: '/lib64/libmunge.la' seems to be moved
libtool: warning: '/lib64/libmunge.la' seems to be moved                        
                 
make[3]: Entering directory '/home/arunchan/openmpi_work/openmpi-5.0.1/ompi'    
                                               
 /usr/bin/mkdir -p '/home/arunchan/openmpi_work/install/jan5/ompi501_new/lib'   
               
 /usr/bin/mkdir -p 
'/home/arunchan/openmpi_work/install/jan5/ompi501_new/share/openmpi'        
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libmpi.la 
'/home/arunchan/openmpi_work/install/jan5/ompi501_new/lib'
 /usr/bin/install -c -m 644 communicator/help-comm.txt dpm/help-dpm.txt 
errhandler/help-mpi-errors.txt runtime/help-mpi-runtime.txt 
mpi/help-mpi-api.txt 
'/home/arunchan/openmpi_work/install/jan5/ompi501_new/share/openmpi'
libtool: warning: relinking 'libmpi.la'

Am I doing something wrong?

--Arun


Reply via email to