summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Moved verification out of evalaution and into parsing stage to speed upgoodale2001-11-06
* Undo something from my last commit where I accidentally changed the APItradke2001-11-05
* Adding a const qualifier to the 'cGH *' argument of some flesh routinestradke2001-11-05
* Change "Total time" to "Total time for simulation" in timer reportallen2001-11-05
* Updated to use new version of expression parser.goodale2001-11-04
* New improved, or at least more functional, expression parser and evaluator.goodale2001-11-04
* Adding the trigger groups for a routine to the cFunctionData structure.allen2001-11-03
* Use native C/C++ compilers as prefered ones.tradke2001-11-02
* Added fortran wrapper for CCTK_ParameterValString().tradke2001-11-02
* Allow the length of a vector array can to be an arithmetical combination ofgoodale2001-11-02
* Added thorn name, routine name and scheduling bin to the FunctionDataallen2001-10-31
* CCTK_MyProc(), CCTK_nProcs(), CCTK_Barrier() and their Cactus defaulttradke2001-10-31
* Added missing includes and fixed a couple of 'cast from const pointer' warnings.tradke2001-10-30
* All the CCTK_VarDataPtr() routines take a 'const cGH *' argument.tradke2001-10-30
* Routines returning coordinate ranges take a 'const cGH *' as an argumenttradke2001-10-30
* Removed fortran prototype for registering an IO methodallen2001-10-29
* Give a warning if an IOMethod isn't registeredallen2001-10-26
* Don't stop if a variable type isn't know, but give a level 4 warningallen2001-10-26
* Using the expression parser for array sizes again now that the memory buggoodale2001-10-25
* Fixing memory allocation error.goodale2001-10-25
* Don't use the 'Qy ...' option if ecpc is used as a linker on IA64.tradke2001-10-24
* Set L2_CACHELINE_BYTES (= 128) and L2_CACHE_SIZE (= 2MB) for the IA64.tradke2001-10-24
* More changes for the Intel compilers: if they aren't used for linkingtradke2001-10-24
* Fixed a bug from my last commit.tradke2001-10-24
* Fixed small bug with parsing a missing default value for a parameterallen2001-10-24
* Include a structure definition into 'extern "C" {' just to be suretradke2001-10-24
* Added missing variable initialization in vector group setup.tradke2001-10-23
* New function to provide the implementation which provided a groupallen2001-10-23
* Just incase anyone registers an IO method from fortranallen2001-10-23
* Added a function which returns a list of required (=inherited+friends) implem...allen2001-10-23
* Adding prototypesallen2001-10-23
* Added implementation information for interpolation operatorsallen2001-10-23
* Added implementation information to reduce structureallen2001-10-23
* Added implementation information to the IOMethod structureallen2001-10-23
* Use the old regex parameter parsing to extract the sizes of variable dims.tradke2001-10-23
* Renamed function parameter from 'this' to 'list' otherwise you get problemstradke2001-10-23
* Added missing library for Intel fortran compilers.tradke2001-10-23
* Why we don't use mpiCC scripts at the momentallen2001-10-23
* Print out times with the same formatallen2001-10-20
* Use $(CPP) again to create fortran dependency files on irix.tradke2001-10-19
* Fixed small bug in detecting errors in thorn inheritanceallen2001-10-18
* Added optimization and debugging flags for the SGI compilers.tradke2001-10-18
* Quick hack to shorten names of function arguments.tradke2001-10-18
* Support for the ecpc Intel C++ compiler on the IA64.tradke2001-10-18
* Use $(CC) instead of $(CPP) to generate the fortran source dependencies.tradke2001-10-17
* Added known-arch stuff for NAG fortran compiler.tradke2001-10-14
* Untabified.goodale2001-10-14
* Untabified.goodale2001-10-14
* Changing names of internal array size parameters to start with cctkv to preventgoodale2001-10-14
* Fixed pathnames being ignored when parsing commandline configurationallen2001-10-13