aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gdata.cc
Commit message (Expand)AuthorAge
...
* CarpetLib: bugfix for my latest commit for collective commbuffers optimisationThomas Radke2005-05-20
* CarpetLib: some optimisation for collective commbuffersThomas Radke2005-05-18
* CarpetLib: bugfix when using collective commbuffersThomas Radke2005-05-12
* CarpetLib: Correct assert statementsErik Schnetter2005-04-16
* CarpetLib: Forbid copying data<T> objectsErik Schnetter2005-04-11
* CarpetLib: remove erroneous assert statements in the collective buffers commu...Thomas Radke2005-04-11
* CarpetLib: some optimisations for the collective buffers communication schemeThomas Radke2005-04-11
* CarpetLib, Carpet: implement and use collective communication buffersThomas Radke2005-03-30
* move block of duplicated assert() statements in {copy,interpolate}_from_{recv...Thomas Radke2005-03-16
* CarpetLib: Use MPI_STATUS_IGNOREErik Schnetter2005-03-03
* CarpetLib: Restructure lightweight communication buffersErik Schnetter2005-01-03
* CarpetLib: Add lightweight communication buffers (untested)Erik Schnetter2005-01-02
* CarpetLib: Move class commstate into its own fileErik Schnetter2005-01-01
* global: Turn CarpetLib templates into classesErik Schnetter2005-01-01
* CarpetLib: Move class timestat into its own fileErik Schnetter2005-01-01
* CarpetLib: Change checking of processor number in data classErik Schnetter2004-12-30
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
* CarpetLib: Collect more timing statisticsErik Schnetter2004-12-30
* CarpetLib: Use new style instead of old style C++ headersErik Schnetter2004-12-25
* CarpetLib: Introduce parameter to post MPI_Irecv and MPI_Isend at the same timeErik Schnetter2004-12-08
* CarpetLib: Add parameter specifying how many MPI tags to useErik Schnetter2004-12-08
* CarpetLib/src/*gf.*,*data.* const public members, canonicaliseswhite2004-12-09
* CarpetLib/src/*data* CarpetIOASCII/src/ioascii.cc MPI_Comm_rank wrappersswhite2004-12-08
* CarpetLib: Implement using MPI_Waitall for communicatingErik Schnetter2004-11-24
* CarpetLib: more consistency checks during communicationErik Schnetter2004-10-20
* CarpetLib: Ensure that all sent and received regions have been waited forErik Schnetter2004-10-09
* Remove CVS header tagsErik Schnetter2004-09-18
* Insert a check that all gdata arrays are created on all processors.schnetter2004-04-07
* Use vector::at() instead of vector::operator[] to access vector elements.schnetter2004-03-23
* Move MPI request and tag handling from data to gdataschnetter2004-03-23
* Import the recently announced changes:schnetter2004-01-25
* Follow C++ standard.schnetter2003-11-21
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Make gf and data objects store a Cactus variable index that thisschnetter2003-10-14
* Handle empty bboxes.schnetter2003-02-25
* Removed the "dimgeneric_*" data types from CarpetLib. They were neverschnetter2003-01-03
* Changed the variable types for the time from int to real. This allowsschnetter2002-09-25
* Removed user choice of C++ template instantiation model. In myschnetter2002-05-05
* Moved ASCII output from CarpetLib (where it never belonged) toschnetter2002-01-09
* Changed the ASCII output format due to popular demand. Now includesschnetter2002-01-08
* Added a bit of convenient functionality.schnetter2001-12-14
* Changed handling of interpolation orders; they are now stored in theschnetter2001-12-09
* Broke the file "carpet.cc" into several files.schnetter2001-07-04
* Second stab at having arrays with a dimension different than gridschnetter2001-07-02
* Introduced abstraction classes that have no <dim> parameter. Thisschnetter2001-06-12
* Made Carpet compile on IRIX.eschnett2001-03-27
* Added support for higher-order interpolation in space and time.eschnett2001-03-24
* Brought in latest differences from the SGI version. This is workeschnett2001-03-22
* Removed unnecessary instantiations.eschnett2001-03-19
* Changed the way output is handled. Now output is per refinement leveleschnett2001-03-16