Building Issues on BGL

2009-10-13 Thread Niall Moran
Hi, I am having issues compiling the latest version of PETSc on a Bluegene/ L machine. I am using the IBM compilers version V1R3M3_420_2007-071023. The error I am getting during compile is ./petsc-3.0.0-p8/src/sys/viewer/impls/socket send.c, line 105.12: 1540-0274 (S) The name lookup for

Building Issues on BGL

2009-10-13 Thread Matthew Knepley
1) We always need configure.log 2) If you remove PETSC_USE_SOCKET_VIEWER, nothing in that directory will be built Matt On Tue, Oct 13, 2009 at 8:28 AM, Niall Moran nmoran at thphys.nuim.ie wrote: Hi, I am having issues compiling the latest version of PETSc on a Bluegene/L machine. I am

Building Issues on BGL

2009-10-13 Thread Satish Balay
You have to remove the defines or rename them to something else in petscconf.h. Just commenting or undefining doesn't work. [this is because our build system does a grep on this file - so its doesn't exactly follow preprocessing directives] Regarding the original issue - I'm not sure why it