Re: [petsc-users] Cross-compilation cluster

2019-03-14 Thread Amneet Bhalla via petsc-users
Hmmn, ok. I will try it out. On Thu, Mar 14, 2019 at 9:34 AM Matthew Knepley wrote: > On Thu, Mar 14, 2019 at 10:05 AM Amneet Bhalla > wrote: > >> I need the serial built of Silo and HDF5 libraries. I am sure that the >> MPI wrappers are coming from the serial compilers. >> >> i.e, If I do >>

Re: [petsc-users] Cross-compilation cluster

2019-03-14 Thread Matthew Knepley via petsc-users
It is very dangerous to use different compilers. I would make sure that all the compilers are the MPI compilers. Thanks, Matt On Thu, Mar 14, 2019 at 8:46 AM Amneet Bhalla wrote: > Ah, Ok. Do serial compilers look OK to you? > > Can lib-32 and lib-64 (say -lm) operate simulataneously

Re: [petsc-users] Cross-compilation cluster

2019-03-14 Thread Balay, Satish via petsc-users
As these warnings indicate - 64bit compiler ignores 32bit libraries [so they don't get used]. i.e mixing 32bit and 64bit libraries ins not the cause of your problems on this machine.. Satish On Wed, 13 Mar 2019, Amneet Bhalla via petsc-users wrote: > Hi Folks, > > I am on a cluster that has