aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIO
Commit message (Expand)AuthorAge
* Correct dependencies.schnetter2003-11-19
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* 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
* Re-commit of old version to fix my accidental commit yesterday.cvs_anon2003-09-24
* another (updated) development versioncvs_anon2003-09-23
* Hack to stop FlexIO data type clash with LAM MPI.tradke2003-09-08
* Carpet infrastructure thorns now require the thorns they depend upontradke2003-09-04
* Make CarpetIOFlexIO parameters private rather than restricted so that theytradke2003-09-02
* Do not inherit Hyperslab.schnetter2003-08-14
* Declare some more routines as taking a const cGH *, to match theschnetter2003-07-14
* No need anymore to set SYS_INC_DIRS to point to the include directory fortradke2003-07-04
* Import FlexIO header files via the 'uses include header' mechanism.tradke2003-07-04
* More #ifdefs for HDF[45]-specific parts of the code.tradke2003-07-03
* Add the location of FlexIO header files to SYS_INC_DIRS.tradke2003-07-03
* Also inherit from FlexIO.tradke2003-07-03
* Put '#ifdef HDF4' around HDF4-specific parts of the code.tradke2003-07-03
* Do not include header files from other Carpet thorns directly.schnetter2003-06-18
* Major update after a quiet time.schnetter2003-06-18
* Implement a proper separation between global, level, and local mode.schnetter2003-05-08
* Remove non-working autoconfiguration for finding the FlexIO library.schnetter2003-04-30
* Forgot to allocate storage for a vector.schnetter2003-03-27
* Change many "cGH *" to "const cGH *", and apply corresponding updatesschnetter2003-03-12
* Removed non-standard use of alloca() with vector<>.schnetter2003-02-28
* Removed the "dimgeneric_*" data types from CarpetLib. They were neverschnetter2003-01-03
* Some cleaning up of comments. Some changes to the makefileschnetter2002-12-12
* Change parameter "outdir" to "out_dir".schnetter2002-10-24
* Added arrangement name and final semicolon to CCTK_FILEVERSION macros.schnetter2002-10-24
* Fixed quite a few include guard mishaps.schnetter2002-09-01
* Added semi-automatic detection of include paths, library paths, and libraries.schnetter2002-08-16
* Removed "make.configuration.defn" file. Using makefile fragments forschnetter2002-08-13
* added file make.configuration.defn, to define additional libs needed forshawley2002-08-08
* Changed "abort()" statements to "assert(0)" statements, because theschnetter2002-08-02
* Updated Carpet to the recent changes in Cactus.schnetter2002-04-29
* Added author (myself) to READMEs.schnetter2002-03-26
* Added CCTK_FILEVERSION macros.schnetter2002-03-26
* Added explicit type conversions to make it compile with gcc 3.0.schnetter2002-01-14
* Added a parameter that prevents outputting the ghost zones. Untested.schnetter2002-01-09
* Fixed a small bug that prevented reading data.schnetter2001-12-05
* Adapted Carpet to the new Cactus API. Works on Linux. High hopes for SGIs.schnetter2001-11-05
* Corrected interface.ccl files which were missing inter-thorn dependencies.schnetter2001-07-12
* Changed handling of scalars. Scalars are now zero-dimensional arrays.schnetter2001-07-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
* Modified the Carpet driver so that it uses the same new timelevelschnetter2001-04-23
* Brought in latest differences from the SGI version. This is workeschnett2001-03-22
* ?eschnett2001-03-19
* Fixed bugs that popped up in the SGI version.eschnett2001-03-18
* Added grid function input.eschnett2001-03-17
* Fixed FlexIO output.eschnett2001-03-16