[petsc-users] PETSC-3.5.0 with SuperLU and Hypre

Satish Balay balay at mcs.anl.gov
Fri Aug 29 12:06:32 CDT 2014


On Fri, 29 Aug 2014, Kai Song wrote:

> Hi Satish,
> 
> Here is the command that I ran:
> $ make --version
> =====
> GNU Make 3.81

Ok - this version of make should not have issues.


> Copyright (C) 2006  Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.
> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
> PARTICULAR PURPOSE.
> 
> This program built for x86_64-redhat-linux-gnu
> =====
> $ make allclean
> ..
> $ make PETSC_DIR=/clusterfs/voltaire/home/software/source/petsc-3.5.0
> PETSC_ARCH=arch-linux2-c-debug all
> ...
> 
> Both make.log and arch-linux2-c-debug/conf/files are in the attachment.

ok - files has:
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
src/ksp/pc/impls/hypre/hypre.c

make.log has:
          CC arch-linux2-c-debug/obj/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.o
          CC arch-linux2-c-debug/obj/src/ksp/pc/impls/hypre/hypre.o

Now you can do the insall and test [but perhaps delete curently installed stuff..]

rm -rf /clusterfs/voltaire/home/software/modules/petsc/3.5.0 
make PETSC_DIR=/clusterfs/voltaire/home/software/source/petsc-3.5.0 PETSC_ARCH=arch-linux2-c-debug install
make PETSC_DIR=/clusterfs/voltaire/home/software/modules/petsc/3.5.0 PETSC_ARCH="" test

Satish


More information about the petsc-users mailing list