aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Check that the variable to get a hyperslab from has storage assigned.tradke2002-09-04
* Fixed a bug wherein Hyperslab_Get() did not properly handle a negativerideout2002-08-01
* Fixed a bug in datatype conversions. Now single-precision output should worktradke2002-07-23
* Include ghostzones in processor-local hyperslabs.tradke2002-06-24
* Added email addresses of author(s)/maintainer(s) of this thorn.tradke2002-06-07
* adding documenation templatesikelley2002-06-04
* Removed unused variable to get rid of a compiler warning.tradke2002-05-29
* Implemented routines to define and extract local hyperslabs.tradke2002-04-25
* Sort processor-local chunks into an unchuned hyperslab.tradke2002-04-13
* Fixed a bug for configurations without MPI.tradke2002-04-12
* Fixed a CCTK_INT/int problem. This closes PR CactusPUGH/954.tradke2002-03-26
* Removed a C++ comment.tradke2002-03-26
* Commented out a debug message.tradke2002-03-26
* Just syncing my local changes for the new hyperslabbing API with CVS.tradke2002-03-25
* Just syncing my local changes for the new API.tradke2002-03-22
* Changed the new API according to the final hyperslabbing API spec.tradke2002-03-21
* Bugfix for hyperslab extraction with data conversion and downsampling appliedtradke2002-02-18
* Fixed CCTK_INT<->int datatype problems which weren't liked by the T3E compiler.tradke2001-12-19
* Turned return type of Hyperslab_FreeMapping() from 'int' to 'CCTK_INT'tradke2001-12-18
* Removed old hyperslabbing code for diagonals which was working only fortradke2001-12-16
* Allow hyperslab requests with a zero-extent. It does nothing but return 0tradke2001-12-11
* Bug fixes and more error checking in the new hyperslab API routines.tradke2001-12-05
* Added (still incomplete) implementation of the new Hyperslab API.tradke2001-12-04
* PUGHSlab internal typedefs and prototypes.tradke2001-12-03
* Some small fixes for the old hyperslab API.tradke2001-12-03
* PUGHSlab inherits from Driver.tradke2001-11-05
* Added const qualifier to the 'cGH *' argument of some more PUGHSlab functions.tradke2001-11-05
* Fixed function argument list for PUGH_MPIDataType().tradke2001-06-27
* Hyperslabs can be done now for every possible CCTK datatype.tradke2001-06-27
* Check whether the local hyperslab parameters specify a processor's full datatradke2001-06-26
* Remove excess semicolons.tradke2001-06-19
* Making rcsid string a constant - PR 669.goodale2001-05-10
* CCTK_FILEVERSIONallen2001-05-07
* CCTK_FILEVERSIONallen2001-05-06
* Changing CCTK_CHAR to CCTK_BYTEallen2001-04-09
* Beautify macros again.tradke2001-03-30
* fixing macros to work with cpp in RH7.1betalanfer2001-03-30
* Declared routines' prototypes to be extern "C".tradke2001-03-16
* This thorn now provided Hyperslab.hallen2000-12-22
* Fixed the inconsistent passing of the hyperslab directions vector.tradke2000-11-29
* Added all possible datatype conversion functions fortradke2000-11-29
* Fixed bug in my hyperslab extraction code where I used the wrong index.tradke2000-11-27
* Fix for now for compilation on originallen2000-11-27
* Removed unused include file from IOUtil.tradke2000-11-24
* This file will provide several predefined datatype conversion routines.tradke2000-11-23
* This is my development version of thorn PUGHSlab. It is not intended to betradke2000-11-23
* Optimized hyperslab extraction for downsampled cases.tradke2000-11-23
* Missing header.goodale2000-11-06
* Fixing memory leak for multiprocesor case.tradke2000-09-25
* Erik's bugfix for hyperslabbing on CCTK_ARRAY types.tradke2000-09-19