← Back to team overview

dolfin team mailing list archive

Re: Problems with compiling DOLFIN on Redhat

 

What does configure say about PETSc during configure? Look for
something like

    using PETSC_DIR=/usr/local/lib/petsc

Another thing to check is if you have set the PATH correctly. Did you
add <path to dolfin>/local/bin to PATH?

/Anders


On Thu, Apr 06, 2006 at 12:22:49PM -0700, Alireza Forghani wrote:
> Hi,
> 
> I tried to install DOLFIN on a local (not root ) accont on RedHat and I 
> followed these steps:
> 1- installing PETSC
> 2- assigning PETSC_DIR to local folder of PETSC
> 3- configure dolfine using configure.local option
> ( in configuration process dolfin accepted my local PETSC folder as the 
> source for libraries of PETSC
> 4- make
> 5- make install
> 
> the problem is when I wanna compile demo files, dolfin calls a PETSC 
> liberary which is installed on another account on this redhat server and 
> gives the error message: permission denied.
> It seems that although I have assigned my local PETSC to be the source 
> for PETSC,  DOLFIN is trying to use another PETSC which is installed on 
> another account.
> 
> 
> Alireza Forghani,
> PhD Student, Structural Engineering
> Room 1007D, Dep. of Civil Engineering
> The University of British Columbia
> Vancouver, BC, Canada
> Tel: 778 241 5316
> Email: forghani@xxxxxxxxxxxx
> 
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/cgi-bin/mailman/listinfo/dolfin-dev
> 

-- 
Anders Logg
Research Assistant Professor
Toyota Technological Institute at Chicago
http://www.tti-c.org/logg/



References