Revision 6957a07da8f55634140d78ed72cfbfd1be833387 authored by Leif Strand on 29 July 2009, 20:16:08 UTC, committed by Leif Strand on 29 July 2009, 20:16:08 UTC
"global_defs.h", I had assumed that VBX, VBY, and VBZ were defined in
the natrual way:

#define VBX 0x2
#define VBY 0x4
#define VBZ 0x8

I.e., "0x1 << doff"... but today I looked at it more closely; Y & Z
are reversed!!!

#define VBX 0x2
#define VBZ 0x4
#define VBY 0x8

With this fix, the CUDA multigrid solver seems to work correctly.

1 parent 6a06281
Raw File
README
We are pleased to announce the version 3.0 release of CitComS.py.

See the file INSTALL and the manual for building and installation instructions.

See the file NEWS for new features and bug fixes of this release.

Please send all bug reports by electronic mail to:
    cig-mc@geodynamics.org

CitcomS is free software.  See the file COPYING for copying conditions.
back to top