porting petsc to a nec sx9 computer running under unix super ux

Satish Balay balay at mcs.anl.gov
Wed Aug 12 09:14:58 CDT 2009


Please send configure.log to petsc-maint - not the mailing list.

Why use petsc-2.3.2-p3 - instead of the latest petsc-3.0.0?


On Wed, 12 Aug 2009, Joel Guerrero wrote:

> Hi Satish,
> 
> I am trying to compile petsc using the following configuration,
> 
> ./config/configure.py --PETSC_ARCH=sx9-nec-superux --with-debugging=0 --with-fortran=0 --with-matlab=0 --with-mpi=0 --with-shared=1 --with-dynamic=1 --with-CC=sxcc --CFLAGS="-Chopt -verbose -pi" --with-batch=1 
>

the option is --with-cc [or CC] - not --with-CC.

Satish

> I am attaching the configure.log.  Btw, I am using the system optimize lapack/blas libraries.
> 
> Hope you can help me,
> 
> Joel
> 
> 
> 
>   
> 
> 
> 
> ----- Original Message ----
> From: Satish Balay <balay at mcs.anl.gov>
> To: PETSc users list <petsc-users at mcs.anl.gov>
> Sent: Wednesday, August 12, 2009 4:54:40 AM
> Subject: Re: porting petsc to a nec sx9 computer running under unix super ux
> 
> Try using --with-batch=1 and follow the sugested steps.
> 
> Looking at the sx6 config file - looks like the compilers used were
> cc,f90,cxx - so perhaps the env was slightly different. [don't
> remember if it was cross compile or not..]
> 
> One potential issue is: configure might not be able to auto-detect
> c/fortran compiler libraries [needed for mixing c & fortran codes]. If
> this is an issue - sugest using someting like:
> 
> --with-clib-autodetect=0
> --with-fortranlib-autodetect=0
> --with-cxxlib-autodetect=0
> LIBS="-lf90sx -lf90sxe -lv90sxe -li90sx -lu90sx -lm90sx"
> 
> [Might have to modify LIBS argument to the correct c/fortran compiler library list]
> 
> If you encounter problems - send us configure.log at petsc-maint at mcs.anl.gov
> 
> Satish
> 
> 
> On Tue, 11 Aug 2009, Joel Guerrero wrote:
> 
> > Hi Satish,
> > 
> > Well basically I am having problems with the cross compilation, are there any instructions available about how to cross compile petsc on these platforms?.  I am using sx9 compilers (sxcc, sxc++, sxmpicc and so on).
> > 
> > 
> > Thanks for your help,
> > 
> > Joel
> > 
> > 
> > 
> > 
> > ----- Original Message ----
> > From: Satish Balay <balay at mcs.anl.gov>
> > To: PETSc users list <petsc-users at mcs.anl.gov>
> > Sent: Wednesday, August 12, 2009 4:29:26 AM
> > Subject: Re: porting petsc to a nec sx9 computer running under unix super ux
> > 
> > we had an old version - perhaps 2.2.x working on sx6. It has standard
> > compilers with mpi and blas - so I'm guessing current petsc should
> > work on sx9.
> > 
> > If you encounter problems building on sx9 - then send us the error
> > logs at petsc-maint at mcs.anl.gov
> > 
> > Satish
> > 
> > On Tue, 11 Aug 2009, Joel Guerrero wrote:
> > 
> > > Hi,
> > > 
> > > I wonder if somebody have experience in porting petsc to a nec sx9 computer?
> > > 
> > > 
> > > Cheers,
> > > 
> > > joel
> > > 
> > > 
> > > 
> > >      
> > > 
> > 
> > 
> >      
> > 
> 
> 
>       



More information about the petsc-users mailing list