Re: [petsc-dev] plex error in next, new

2015-10-30 Thread Barry Smith
> On Oct 30, 2015, at 3:55 PM, Satish Balay wrote: > > The example runs fine - if I build & run manually. Something else must > have caused malloc failure last night.. Ok, thanks! > > Satish > > - > > petsc@n-gage:~/petsc.test/src/dm/examples/tests$ env |grep PETSC > PETSC_ARCH=ar

Re: [petsc-dev] plex error in next, new

2015-10-30 Thread Satish Balay
The example runs fine - if I build & run manually. Something else must have caused malloc failure lastnight.. Satish - petsc@n-gage:~/petsc.test/src/dm/examples/tests$ env |grep PETSC PETSC_ARCH=arch-opensolaris-cmplx-pkgs-dbg PETSC_DIR=/export/home/petsc/petsc.test petsc@n-gage:~/petsc.

Re: [petsc-dev] plex error in next, new

2015-10-30 Thread Satish Balay
Hm - the error below is from wii (freebsd). But I don't see that in tonights builds. The opensolaris issues looks different [out of memory]. Thats wierd. I'll check if I can reproduce.. Satish On Fri, 30 Oct 2015, Barry Smith wrote: > > The log file is > http://ftp.mcs.anl.gov/pub/petsc/ni

Re: [petsc-dev] plex error in next, new

2015-10-30 Thread Barry Smith
The log file is http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2015/10/30/examples_next_arch-opensolaris-cmplx-pkgs-dbg_n-gage.log hence the machine name is n-gage and the PETSC_ARCH is arch-opensolaris-cmplx-pkgs-dbg > On Oct 30, 2015, at 2:49 PM, Matthew Knepley wrote: > > Cool. W

Re: [petsc-dev] plex error in next, new

2015-10-30 Thread Matthew Knepley
Cool. Which machine had the error you sent. I can't find it. Matt On Oct 30, 2015 2:47 PM, "Barry Smith" wrote: > > Satish can provide more details on how you can easily run in the EXACT > environment where something broke to debug it much faster. The model is > > 1) ssh pe...@login.mcs.a

Re: [petsc-dev] plex error in next, new

2015-10-30 Thread Barry Smith
Satish can provide more details on how you can easily run in the EXACT environment where something broke to debug it much faster. The model is 1) ssh pe...@login.mcs.anl.gov 2) ssh testmachine (testmachine is always the end part of the name of the log file) 3) cd to either /sandbox/pet

Re: [petsc-dev] plex error in next

2014-03-14 Thread Matthew Knepley
On Thu, Mar 13, 2014 at 10:26 PM, Barry Smith wrote: > > /Users/barrysmith/Src/PETSc/src/dm/impls/plex/plexfem.c:1203:41: warning: > variable 'cpdim' is uninitialized when used here [-Wuninitialized] > if (fieldI != fieldJ) {offsetJ += cpdim; continue;} >

[petsc-dev] plex error in next

2014-03-13 Thread Barry Smith
/Users/barrysmith/Src/PETSc/src/dm/impls/plex/plexfem.c:1203:41: warning: variable 'cpdim' is uninitialized when used here [-Wuninitialized] if (fieldI != fieldJ) {offsetJ += cpdim; continue;} ^ /Users/barrysmith/Src/PETSc/src/dm/impls/plex/plexfe