Hi, <br><br>slpec used to work, but somehow I cannot compile it again after I recompiled petsc to enable complex variable support. Here's what I did:<br><br>$ export SLEPC_DIR=$PWD<br>$ export PETSC_DIR=/Users/aeronova/Development/local/lib64/petsc/petsc-3.2-p4<br>
$ export CXX="/usr/bin/mpicxx"<br>$ export CC="/usr/bin/mpicc"<br>$ ./configure --prefix=/Users/aeronova/Development/local/lib64/slepc/slepc-3.1-p6<br>Checking environment...<br>Traceback (most recent call last):<br>
File "./configure", line 223, in <module><br> log.Write('PETSc install directory: ' + petscconf.INSTALL_DIR)<br>AttributeError: 'module' object has no attribute 'INSTALL_DIR'<br>
<br>Plz help me with this error.<br><br>