Re: [petsc-dev] Problem with PetscCMPLX()

2017-08-14 Thread Tobin Isaac
On Sun, Aug 13, 2017 at 12:46:13PM -0500, Barry Smith wrote: > >On my Mac with the default clang compilers and > > ./configure --with-debugging=0 --CFLAGS="-std=c89 -pedantic -Wno-long-long > -Wno-overlength-strings" > > make gives > > CC arch-mpich/obj/src/sys/ftn-custom/zsys.

Re: [petsc-dev] PETSc release?

2017-08-14 Thread Satish Balay
merged. Satish On Fri, 11 Aug 2017, Stefano Zampini wrote: > Satish, > > I just pushed a small fix to next > https://bitbucket.org/petsc/petsc/commits/e713b77b4d0baf33b68695dc6a95805628cc06a8 > > > > Can yo

Re: [petsc-dev] Problem with PetscCMPLX()

2017-08-14 Thread Barry Smith
> On Aug 14, 2017, at 10:09 AM, Tobin Isaac wrote: > > On Sun, Aug 13, 2017 at 12:46:13PM -0500, Barry Smith wrote: >> >> On my Mac with the default clang compilers and >> >> ./configure --with-debugging=0 --CFLAGS="-std=c89 -pedantic -Wno-long-long >> -Wno-overlength-strings" >> >> make

Re: [petsc-dev] [Bitbucket] Pull request #733: Math: Refactor and fix Inf/NaN test routines (petsc/petsc)

2017-08-14 Thread Barry Smith
Probably PetscIsNanRealFallback() should not exist. So long as "PGI" supports an alternative to fallback that works correctly then it need not ever use PetscIsNanRealFallback() and hence this test should not exist. not ok diff-sys_tests-ex34_1 # 28c28 # < PetscIsNanRealFallba

Re: [petsc-dev] Problem with PetscCMPLX()

2017-08-14 Thread Lisandro Dalcin
On 14 August 2017 at 19:25, Barry Smith wrote: > >Ours is not to question why, it is to do and die. > You know how to inspire the masses... Long life to our beloved dictator!!! -- Lisandro Dalcin Research Scientist Computer, Electrical and Mathematical Sciences & Engineering (C

Re: [petsc-dev] Problem with PetscCMPLX()

2017-08-14 Thread Lisandro Dalcin
We need someone to resurrect https://twitter.com/shitbsmithsays !!! On 14 August 2017 at 20:21, Lisandro Dalcin wrote: > On 14 August 2017 at 19:25, Barry Smith wrote: >> >>Ours is not to question why, it is to do and die. >> > > You know how to inspire the masses... Long life to our beloved

Re: [petsc-dev] Problem with PetscCMPLX()

2017-08-14 Thread Barry Smith
> On Aug 14, 2017, at 12:21 PM, Lisandro Dalcin wrote: > > On 14 August 2017 at 19:25, Barry Smith wrote: >> >> Ours is not to question why, it is to do and die. >> > > You know how to inspire the masses... Long life to our beloved dictator!!! My point is that there is a conflict which

Re: [petsc-dev] Problem with PetscCMPLX()

2017-08-14 Thread Tobin Isaac
On Mon, Aug 14, 2017 at 01:13:17PM -0500, Barry Smith wrote: > > > On Aug 14, 2017, at 12:21 PM, Lisandro Dalcin wrote: > > > > On 14 August 2017 at 19:25, Barry Smith wrote: > >> > >> Ours is not to question why, it is to do and die. > >> > > > > You know how to inspire the masses... Long

Re: [petsc-dev] Problem with PetscCMPLX()

2017-08-14 Thread Tobin Isaac
On Mon, Aug 14, 2017 at 11:25:13AM -0500, Barry Smith wrote: > > > On Aug 14, 2017, at 10:09 AM, Tobin Isaac wrote: > > > > On Sun, Aug 13, 2017 at 12:46:13PM -0500, Barry Smith wrote: > >> > >> On my Mac with the default clang compilers and > >> > >> ./configure --with-debugging=0 --CFLAG

Re: [petsc-dev] PETSc release?

2017-08-14 Thread Richard Tran Mills
My estimate of "a few days" ended up being off (discovered many problems when running the test suite with it using SeqAIJMKL as the AIJ subtype), but I think my initial AIJMKL class is now close to completion and have submitted a pull request. --Richard On Mon, Jul 24, 2017 at 12:42 PM, Karl Rupp

Re: [petsc-dev] Problem with PetscCMPLX()

2017-08-14 Thread Jed Brown
Tobin Isaac writes: > On Sun, Aug 13, 2017 at 12:46:13PM -0500, Barry Smith wrote: >> >>On my Mac with the default clang compilers and >> >> ./configure --with-debugging=0 --CFLAGS="-std=c89 -pedantic -Wno-long-long >> -Wno-overlength-strings" >> >> make gives >> >> CC arch-m

Re: [petsc-dev] Problem with PetscCMPLX()

2017-08-14 Thread Tobin Isaac
On August 14, 2017 7:33:53 PM EDT, Jed Brown wrote: >Tobin Isaac writes: > >> On Sun, Aug 13, 2017 at 12:46:13PM -0500, Barry Smith wrote: >>> >>>On my Mac with the default clang compilers and >>> >>> ./configure --with-debugging=0 --CFLAGS="-std=c89 -pedantic >-Wno-long-long -Wno-overl

Re: [petsc-dev] Problem with PetscCMPLX()

2017-08-14 Thread Jed Brown
Tobin Isaac writes: > _Complex_I has problems if one of Re(z) and Imag(z) is intended to be Inf or > -Inf. For my purposes, I wanted to be able to define boxes in the complex > plane that generalize to infinite strips. Sounds like maybe complex numbers aren't a good way to represent this const

Re: [petsc-dev] Problem with PetscCMPLX()

2017-08-14 Thread Tobin Isaac
On August 14, 2017 8:00:19 PM EDT, Jed Brown wrote: >Tobin Isaac writes: >> _Complex_I has problems if one of Re(z) and Imag(z) is intended to be >Inf or -Inf. For my purposes, I wanted to be able to define boxes in >the complex plane that generalize to infinite strips. > >Sounds like maybe co