Re: [petsc-users] __FUNCT__ does not agree with __FUNCTION__

2014-07-20 Thread Dominik Szczerba
__FUNCT__=ScalarSolver::SetupStiffnessMatrix does not compile. I assume you meant: #undef __FUNCT__ #define __FUNCT__ ScalarSolver::SetupCoefficientMatrix but now I do not get exact lines leading to a crash. Also skipping __FUNCT__ completely does not help. It used to work before, I can not

Re: [petsc-users] __FUNCT__ does not agree with __FUNCTION__

2014-07-20 Thread Barry Smith
You need to run in the debugger to find out exactly where and why it is crashing. Barry On Jul 20, 2014, at 9:00 AM, Dominik Szczerba domi...@itis.ethz.ch wrote: __FUNCT__=ScalarSolver::SetupStiffnessMatrix does not compile. I assume you meant: #undef __FUNCT__ #define __FUNCT__

Re: [petsc-users] Question about PETSc installs and MPI

2014-07-20 Thread Jed Brown
Barry Smith bsm...@mcs.anl.gov writes: How about the attached patch for getting PETSc built for complex in either C or C++ to work in the other language as well? I like it and now I notice that PETSC_CLANGUAGE_CXX now appears in only one place (CHKERRCXX), which I hope we can also