summaryrefslogtreecommitdiff
path: root/src/param.ccl
Commit message (Collapse)AuthorAge
* Declaring cctk_itlast as STEERABLE = ALWAYS.tradke2000-04-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1619 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New cache alignment stuff.goodale1999-11-30
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1178 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add option for displaying timer outputallen1999-11-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1154 17b73243-c579-4c4c-a9d2-2d5706c11dac
* No public parameters now in fleshallen1999-09-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@987 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Renamed LOGICAL in ccl files to BOOLEANallen1999-09-21
| | | | | | | | | | LOGICAL will still work for now Hopefully this will remove the confusion in Fortran with "logicals" having integer values git-svn-id: http://svn.cactuscode.org/flesh/trunk@977 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New parameters cctk_show_banners in case people find them irritatingallen1999-07-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@730 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New names for parameter blocksallen1999-07-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@633 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed CCTK_Warns t CCTK_WARN so that I can try and pass thorught theallen1999-07-03
| | | | | | | | | | | | | | | | | | | | | | | | line number and file name to the Warn message. This hass problems: 1) I really need to include cctk.h then (for some reason) in WarnLevel.h, but then I guess the Fortran name for CCTK_Warn is CCTK_WARN so it doesn't much care for me having a macro for CCTK_WARN. 2) Now I need three fortran strings to be passed into C. This works at the moment on Linux, but not on other machines, so you may need to run with warnings off for a little while. 3) Fortran doesn't get the file name, because (?) it is actually something from a pipe which gets preprocessed and not the file. I have no idea how to fix this. I may just scrap all this, but I want to persevere a bit Oh, there is a new parameter cctk_full_warnings (default yes for now) which gives the old style warnings with no. git-svn-id: http://svn.cactuscode.org/flesh/trunk@618 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing prototypes and data typesallen1999-07-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@612 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed some protected parameters to private. Added new parameterallen1999-06-28
| | | | | | | | | | > LOGICAL cctk_strong_param_check "Die on parameter errors in CCTK_PARAMCHECK" > { > : :: > } "yes" git-svn-id: http://svn.cactuscode.org/flesh/trunk@597 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed itfirst and added final and initial timeallen1999-03-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@407 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added the RFR tree print outallen1999-03-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@395 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Parameter for initial timeallen1999-03-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@370 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added cctk_itlast and cctk_itfirst, but I haven't yet managedallen1999-02-15
| | | | | | | to query them from the flesh git-svn-id: http://svn.cactuscode.org/flesh/trunk@279 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Took away nx,ny,nz which I'd erroneously addedallen1999-02-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@269 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cactus parameters nx,ny,nzallen1999-02-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@165 17b73243-c579-4c4c-a9d2-2d5706c11dac
* ccl files for the flesh.goodale1999-01-19
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@78 17b73243-c579-4c4c-a9d2-2d5706c11dac