On Fri, 12 Nov 2010, Nunion wrote:
Initially, I thought that was the case as well. However, I saved some output from installation;
????? Why don't you try the provided suggestion - and say if it worked or - not? and if it didn't - furnish further relavent info - like the command used, errors obtained, makefile used? And how and where exactly did you set PETSC_ARCH and PETSC_DIR? BTW: The log you qouted mentiones one way of using PETSC_ARCH and PETSC_DIR with 'make'
make PETSC_DIR=/home/walker/Desktop/PETSc/LITE/petsc-3.1-p4 PETSC_ARCH=linux-gnu-c-debug all
Satish
On Fri, Nov 12, 2010 at 10:07 AM, Barry Smith <[email protected]> wrote:
You have not set your PETSC_ARCH and PETSC_DIR
On Nov 12, 2010, at 9:43 AM, Nunion wrote:
Hello,
I recently started receiving the following error when trying to compile anything...
makefile:16: /conf/variables: No such file or directory makefile:17: /conf/rules: No such file or directory makefile:858: /conf/test: No such file or directory make: *** No rule to make target `/conf/test'. Stop.
The errors seem to be related to one another. I tried to hardcode this path, but the makefile is not picking up the path. I can't recall changing anything major
Thanks!
Mark