summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* Regenerate UsersGuide.pdfhinder2011-10-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4754 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update Getting Started section of User Guide to refer to (not yet existing) ↵hinder2011-10-22
| | | | | | | | | | upcoming release branch for GetComponents This means the current trunk is wrong, but it was decided not to create the release branches early and work with them, as it would be too complicated. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4753 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Really regenerate ReferenceManual this timehinder2011-10-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4752 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Regenerate UsersGuide and ReferenceManualhinder2011-10-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4751 17b73243-c579-4c4c-a9d2-2d5706c11dac
* UserGuide: Change CVS references to SVNhinder2011-10-22
| | | | | | | Also remove a veritable CVS manual, leaving a very basic guide and a pointer to the SVN documentation. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4750 17b73243-c579-4c4c-a9d2-2d5706c11dac
* UserGuide: Document current TRAC system instead of GNATS for problem reportshinder2011-10-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4749 17b73243-c579-4c4c-a9d2-2d5706c11dac
* cactus.sty: Remove SVN date and revision information from documentationhinder2011-10-19
| | | | | | This SVN information causes problems when Cactus is not stored in SVN. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4746 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document ExternalLibraries for HDF5 and Lapackknarf2011-10-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4743 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document VERBOSE=yes (and that SILENT=no is now depreciated)knarf2011-10-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4741 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document CCTK_ReduceArraysGlobally for fortan in section for ↵knarf2011-09-25
| | | | | | CCTK_ReduceArraysGlobally, not CCTK_ReduceGridArrays git-svn-id: http://svn.cactuscode.org/flesh/trunk@4730 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add information on default scopehinder2011-09-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4725 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct documentation of Fortran IsImplementationActive prototypeeschnett2011-09-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4724 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct documentation of if statements in scheduleeschnett2011-07-02
| | | | | | | | | | | | | | | Change the documented allowed "if" statements in schedule files from if(CCTK_EQUALS(<parameter>, <value>)) { ... } to if(<expression>) { ... } which is what is actually allowed (and commonly used). git-svn-id: http://svn.cactuscode.org/flesh/trunk@4709 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Describe GLOBAL-EARLY, GLOBAL-LATE, META-EARLY and META-LATEeschnett2011-07-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4708 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Allow parameters in STORAGE specificationseschnett2011-07-02
| | | | | | | | Allow parameters in addition to integer constants in STORAGE specifications in schedule.ccl. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4706 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Jian Tao: describe the flags to support CUDA programming in Cactus.knarf2011-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4698 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix latexknarf2011-03-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4693 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Ian Hinder:knarf2011-02-01
| | | | | | | | | | | | Cactus supports a variable OPTIMISE=yes/no to control whether optimisation is performed during compilation. Setting this variable to "yes" (for example, make sim-config OPTIMISE=yes) adds the flags in C_OPTIMISE_FLAGS to CFLAGS so that optimisation is performed. This is the default. Setting OPTIMISE=no does not add the flags. For gcc, this results in an unoptimised configuration as gcc assumes -O0 as the default. The Intel compiler, however, uses -O2 as the default. Hence, setting OPTIMISE=no has no effect on Intel, and -O2 is still used. This patch adds new configuration options C_NO_OPTIMISE_FLAGS, CXX_NO_OPTIMISE_FLAGS, F77_NO_OPTIMISE_FLAGS and F90_NO_OPTIMISE_FLAGS to complement the *_OPTIMISE_FLAGS options. These are added to the flags when OPTIMISE=no is used, and they default to -O0, which for the commonly used gcc and Intel compilers will lead to an unoptimised configuration. This commit adds the corresponding documentation to the UsersGuide. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4682 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add example for CCTK_VECTGFINDEX3Deschnett2010-12-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4657 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Apply patch by Barry Wardell to fix the hyperlinks in the Reference Manualknarf2010-11-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4647 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update documentation of CCTK_ParameterSeteschnett2010-10-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4641 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add documentation as pdf for easy access through repository linkknarf2010-09-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4638 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct routine nameeschnett2010-09-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4636 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Ian Hinder:knarf2010-09-10
| | | | | | | | | | | I was confused about the meaning of CCTK_LSSH and discussed it with Erik, leading to the attached patch to the documentation. UsersGuide: Clarify meaning of "lssh" grid size git-svn-id: http://svn.cactuscode.org/flesh/trunk@4634 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Patch from Barry Wardell, thanks:knarf2010-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables support for compiling HTML versions of the Cactus documentation. It adds new build targets: ReferenceManualHTML MaintainersGuideHTML UsersGuideHTML *-ThornDocHTML *-ArrangementDocHTML ThornDocHTML ArrangementDocHTML ThornGuideHTML Which are HTML equivalents of the existing doc targets. This makes use of the small new scripts lib/sbin/ArrangementDocHTML and lib/sbin/ThornDocHTML. This patch also introduces a small new script, lib/sbin/ConvertFigures, which automates the process of converting figures to the correct format for htlatex. Finally, it makes some changes to doc/latex/cactus.sty to improve the rendering of the HTML. It also modifies the Reference Guide to produce a more consistent result (any cases of the CCTKFunc macro were updated to use the newer FunctionDescriptionEntry). git-svn-id: http://svn.cactuscode.org/flesh/trunk@4621 17b73243-c579-4c4c-a9d2-2d5706c11dac
* test commitknarf2010-06-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4619 17b73243-c579-4c4c-a9d2-2d5706c11dac
* remove CVS headerknarf2010-06-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4618 17b73243-c579-4c4c-a9d2-2d5706c11dac
* remove outdated file - doesn't work anymore anywayknarf2010-04-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4614 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix cvs/svn information retrievalknarf2010-04-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4613 17b73243-c579-4c4c-a9d2-2d5706c11dac
* don't refer to the subsubsection right below by reference - all this ↵knarf2009-11-05
| | | | | | produces is the number of the whole subsection git-svn-id: http://svn.cactuscode.org/flesh/trunk@4574 17b73243-c579-4c4c-a9d2-2d5706c11dac
* use utf8 as option to inputenc instead of latin9. This enables users to use ↵knarf2009-02-13
| | | | | | utf8 tex documentation directly git-svn-id: http://svn.cactuscode.org/flesh/trunk@4554 17b73243-c579-4c4c-a9d2-2d5706c11dac
* patch from Luca Baiotti: explain how names of utility programs, which can betradke2009-02-13
| | | | | | | specified in the 'make <configuration>-utils' target, are derived git-svn-id: http://svn.cactuscode.org/flesh/trunk@4553 17b73243-c579-4c4c-a9d2-2d5706c11dac
* General restructuring.bentivegna2009-02-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4548 17b73243-c579-4c4c-a9d2-2d5706c11dac
* General restructuring.bentivegna2009-02-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4547 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Proofreading Appendicesbrodrig2009-02-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4546 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update release noticesschnetter2009-02-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4540 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update releases notices for beta 16schnetter2009-02-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4539 17b73243-c579-4c4c-a9d2-2d5706c11dac
* use absolute paths because of different build possible build directories, ↵knarf2009-02-03
| | | | | | ignore latex warnings because of this until a better solution is found git-svn-id: http://svn.cactuscode.org/flesh/trunk@4538 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix pdf for ThornGuide, for the moment ignoring internal page link warningsknarf2009-02-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4536 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Missed word Section in Runningbrodrig2009-01-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4535 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Missed to capitalize some titles in Runningbrodrig2009-01-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4534 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tweaks to front mattergallen2009-01-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4533 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Proofreading, fixing missing commas, grammar, and typos in Utilities and ↵brodrig2009-01-29
| | | | | | Infrastructure git-svn-id: http://svn.cactuscode.org/flesh/trunk@4532 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Proofreading, fixing missing commas, grammar, and typos in ThornWritersbrodrig2009-01-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4531 17b73243-c579-4c4c-a9d2-2d5706c11dac
* correct latex errorschnetter2009-01-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4530 17b73243-c579-4c4c-a9d2-2d5706c11dac
* correct datatype of string_length argument (from integer to CCTK_INT)tradke2009-01-28
| | | | | | | in Fortran wrapper of CCTK_FortranString() git-svn-id: http://svn.cactuscode.org/flesh/trunk@4529 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Proofreading, fixing missing commas, grammar, and typos in preface, ↵brodrig2009-01-28
| | | | | | runningCactus, and partially to ThornWriters git-svn-id: http://svn.cactuscode.org/flesh/trunk@4528 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updating to extra items from web pagesgallen2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4524 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Create documentation exclusively in pdf. No postscript or dvi isschnetter2009-01-26
| | | | | | | | | produced. Remove .eps files. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4522 17b73243-c579-4c4c-a9d2-2d5706c11dac
* small typoschnetter2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4521 17b73243-c579-4c4c-a9d2-2d5706c11dac