[petsc-dev] sor smoothers
Satish Balay
balay at mcs.anl.gov
Mon Sep 9 11:28:56 CDT 2013
On Mon, 9 Sep 2013, Jed Brown wrote:
> Satish Balay <balay at mcs.anl.gov> writes:
> >> Yes, but they are supporting select C99 features.
> >
> > I see stdint.h missing from VC2005 - but present in VC2010
>
> And here is a BSD-licensed drop-in stdint.h.
>
> http://msinttypes.googlecode.com/svn/trunk/stdint.h
>
>
> We could even have a --download-stdint.h for people using VC2005.
I think the current approach is simpler..
if !defined(PETSC_HAVE_STDINT_H) && defined(PETSC_HAVE___INT64)
typedef __int64 .....
Satish
More information about the petsc-dev
mailing list