summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* CCTK_InterpLocalUniform():jthorn2004-11-04
| | | | | | | | * clarify that interp coords are almost always CCTK_REAL or one of the CCTK_REAL* types git-svn-id: http://svn.cactuscode.org/flesh/trunk@3895 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Another version of darwin.goodale2004-11-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3894 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Also change the prototype for the Fortran ReduceGridArrays routine to match.hawke2004-11-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3893 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct the argument list of ReduceGridArrays (add dest_processor).hawke2004-11-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3892 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add Fortran prototype for CCTK_NumLocalArrayReduceOperators.hawke2004-11-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3891 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct the argument list for the Fortran interface for the new Reduction API.hawke2004-11-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3890 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document that all the CCTK_Coord*() APIs are deprecated and willjthorn2004-11-03
| | | | | | | | probably be phased out soon; new code should use the CoordBase APIs instead git-svn-id: http://svn.cactuscode.org/flesh/trunk@3889 17b73243-c579-4c4c-a9d2-2d5706c11dac
* note that the flesh coordinate APIs are deprecated and will probablyjthorn2004-11-03
| | | | | | | | be phased out soon; suggest that new code should use the CoordBase APIs instead git-svn-id: http://svn.cactuscode.org/flesh/trunk@3888 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix a latex bug which typeset about 5 pages of this chapter (fromjthorn2004-11-03
| | | | | | | the function-alias description to the end of the chapter) in \tt font git-svn-id: http://svn.cactuscode.org/flesh/trunk@3887 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update section on using Fortran modules.schnetter2004-11-03
| | | | | | | Update section on using CCTK_INFO and CCTK_WARN from Fortran. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3886 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update beta number after releasing beta 15.goodale2004-11-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3885 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Release notes for 4.0 beta 15.goodale2004-11-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3883 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Restore old reduction docs so people can understand current codesgoodale2004-11-02
| | | | | | | and know how to migrate to new API. Patch from Yaakoub. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3882 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Yaakoub's docs for the new reduction interface.goodale2004-11-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3881 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Make a better job of finding compiler libs.goodale2004-11-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3880 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add /usr/local/include and /usr/local/lib to appropriate compiler/linkergoodale2004-10-29
| | | | | | | | paths as there are some machines (e.g. sr8000.lrz-muenchen.de) which don't do this automatically. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3879 17b73243-c579-4c4c-a9d2-2d5706c11dac
* List the official URL for GNU make in the Makefile comments at the top.tradke2004-10-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3878 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Intel Fortran compiler for EM64T architecture doesn't know about '-xN'tradke2004-10-26
| | | | | | | optimization option. Use '-xP' instead. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3877 17b73243-c579-4c4c-a9d2-2d5706c11dac
* LAM itself requires pthread library.tradke2004-10-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3876 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Change macro name "HDF5" to "CCTK_HDF5".schnetter2004-10-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3875 17b73243-c579-4c4c-a9d2-2d5706c11dac
* redo description ofjthorn2004-10-20
| | | | | | | | | | | | | | CCTK_FirstVarIndex() CCTK_FirstVarIndexI() * switch from old CCTKFunc to new FunctionDescription latex environment * state explicitly that the variables in a group occupy a contiguous chunk of varible-index space * add some relevant "see also" links * document error codes git-svn-id: http://svn.cactuscode.org/flesh/trunk@3874 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix (another) mistake in comments describing how to use FunctionDescriptionjthorn2004-10-20
| | | | | | | latex environment -- they omitted the \end{FunctionDescription} :( git-svn-id: http://svn.cactuscode.org/flesh/trunk@3873 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct documentation for the cGroup structure, which is for someschnetter2004-10-20
| | | | | | | reason indexed under "CCTK_GroupData". git-svn-id: http://svn.cactuscode.org/flesh/trunk@3872 17b73243-c579-4c4c-a9d2-2d5706c11dac
* redo documentation for CCTK_GroupData:jthorn2004-10-20
| | | | | | | | | | | * switch to new-style FunctionDescription environment for the latex layout * document all members in the cGroup stucture (previously the tags-table information was not documented) * document (my best reverse-engineering from the code of) the semantics of the members git-svn-id: http://svn.cactuscode.org/flesh/trunk@3871 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix two typos in comments describing usage of FunctionDescription environmentjthorn2004-10-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3870 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Patch from Yaakoub to add a processor-number to reduce to to thegoodale2004-10-19
| | | | | | | Global reduction api. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3869 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Don't explicitly link against Intel C++ libs when using Intel 8.x and higher.tradke2004-10-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3868 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Don't set "/usr/include", "/usr/local/include", "/usr/lib", and "/usr/local/lib"tradke2004-09-23
| | | | | | | as explicit include/library search paths. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3867 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Don't set "/usr/include", "/usr/local/include", "/usr/lib", and "/usr/local/lib"tradke2004-09-23
| | | | | | | as explicit include/library search paths. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3866 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Remove option '-nopt' from STD_FLAGS. It isn't recognized anymore.tradke2004-09-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3865 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Don't set "/usr/include", "/usr/local/include", "/usr/lib", and "/usr/local/lib"tradke2004-09-17
| | | | | | | | | as explicit include/library search paths. This closes PR Cactus-1846: "/usr/include in include path due to LAM in /usr". git-svn-id: http://svn.cactuscode.org/flesh/trunk@3864 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New known architecture file for darwin 7.5.0.goodale2004-09-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3863 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Patch from Yaakoub for missing prototypes.goodale2004-09-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3862 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying patch from Yaakoub - removing unused vars and fixing some prototypes.goodale2004-09-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3861 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix latex error.rideout2004-09-08
| | | | | | | Provide more detail on format of 'tags' option. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3860 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typoswhite2004-09-02
| | | | | | | Removed commented-out text that was moved to Infrastructure git-svn-id: http://svn.cactuscode.org/flesh/trunk@3859 17b73243-c579-4c4c-a9d2-2d5706c11dac
* patch from Yaakoub to add new GA reduction API.goodale2004-08-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3858 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typorideout2004-08-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3857 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document new OPTION option in a PROVIDES block in a configuration.ccl.goodale2004-08-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3856 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added tracking of options for thorn configuration scripts. Now a thorngoodale2004-08-27
| | | | | | | | | | | | | | | | | | | | | | may specify OPTIONS a b c in a PROVIDES block in its configuration.ccl and these options will be tracked and stored in the configuration's config-info file. The config-info file, and any options file specified on the command line are now used to setup the environment before a configuration script is run by the CST. Note that the only options stored to the config-info file by the CST are ones specified in the configuration.ccl files, and configuration scripts are invoked each time the CST is run, so any option used by a thorn's configuration script MUST be mentioned in the configuration.ccl file to be remembered the next time the CST is invoked. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3855 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing problem detected by perl -cw .goodale2004-08-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3854 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Remove extra \end{parameter}, correcting PR 1833.schnetter2004-08-20
| | | | | | | Also untabify some source code. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3853 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Clean up the cleaning up for latex:schnetter2004-08-20
| | | | | | | | | | | Introduce a new function "CleanFromC" that takes a C string in the C source code notation and removes the backslashes. Use this when group properties (e.g. tags tables) are transformed to latex. Clean up the regexps so that they become more readable. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3852 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Create a thorn list from an arrangement directory with newlines afterschnetter2004-08-20
| | | | | | | each thorn, not in front of each thorn. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3851 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Escape percent signs for latex.schnetter2004-08-20
| | | | | | | | | | | | | | Do not escape backslash-quote any more, because this sequence cannot be created. Add comments stating that it does not make sense to change the case of strings after they have been cleaned for latex. Do not fix the places where this happens, because things seem to work and a release is imminent. Submitted PR 1832. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3850 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Converted Timer entries to new format, alphabetized, cussing the whole way.swhite2004-08-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3849 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug in last minute change that "couldn't have broken anything">swhite2004-08-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3848 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added Cactus Timer functions documentationswhite2004-08-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3847 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing some typos in the description of the syntax of the outputgoodale2004-08-18
| | | | | | | of configuration scripts. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3846 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Trying to bring the condiguration stuff up to standard.goodale2004-08-18
| | | | | | | | Now should be consistent with docs (once I update those), plus prints out messages output by scripts. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3845 17b73243-c579-4c4c-a9d2-2d5706c11dac