summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix for Cactus/809 from Erik Schnetterallen2001-10-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2399 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typoallen2001-10-11
| | | | | | | Cactus/808 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2398 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed compiler flags for native C/C++/Fortran compilers.allen2001-10-10
| | | | | | | This closes PR Cactus/793. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2397 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing some odd .PHONY declarations.goodale2001-10-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2396 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Bugfix clearing out testuite output directory.tradke2001-10-09
| | | | | | | This closes PR Cactus/797. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2395 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed dependency generation for native C++ compiler.tradke2001-10-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2394 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Preliminary support for 'vector' Grid Variables -goodale2001-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defined as <type> <group_name>[<size>] ... as per a normal 1 variable group except with an extra argument. This creates a vector of GVS, with an extra index (the last one for a GA or GF) corresponding to the element in the vector. For scalars this creates an array similar to a DISTRIB=CONSTANT GA. <size> may be either an integer or an integer-valued parameter (which must not be steerable). So, fortran sees REAL foo[param] TYPE=GF DIM=3 as CCTK_REAL foo(nx,ny,nz,param) and in C it should be accessed as foo[CCTK_GFINDEX3D(cctkGH,i,j,k)*l] When we have COMPACT groups you will also be able to make the extra index the first one rather than the last one. Please treat this as volatile until it is documented, and let me know if you are using it. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2393 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Preliminary support for 'vector' Grid Variables -goodale2001-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defined as <type> <group_name>[<size>] ... as per a normal 1 variable group except with an extra argument. This creates a vector of GVS, with an extra index (the last one for a GA or GF) corresponding to the element in the vector. For scalars this creates an array similar to a DISTRIB=CONSTANT GA. <size> may be either an integer or an integer-valued parameter. So, fortran sees REAL foo[param] TYPE=GF DIM=3 as CCTK_REAL foo(nx,ny,nz,param) and in C it should be accessed as foo[CCTK_GFINDEX3D(cctkGH,i,j,k)*l] When we have COMPACT groups you will also be able to make the extra index the first one rather than the last one. Please treat this as volatile until it is documented, and let me know if you are using it. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2392 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed quotes in a source code example. Thanks to Jonathan.tradke2001-10-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2391 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed misspelling in prototype declaration for CCTK_CoordSystemHandle().tradke2001-10-01
| | | | | | | This closes PR Cactus/795. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2390 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed duplicate prototype declaration for CCTK_CoordSystemHandle().tradke2001-10-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2389 17b73243-c579-4c4c-a9d2-2d5706c11dac
* hack which fixes a bug which caused all tests to passrideout2001-10-01
| | | | | | | | | | unconditionally. (The bug was that the old directory name was not prepended to the old file name, so that the loop starting with while ($oline = <INORIG>) was never executed.) git-svn-id: http://svn.cactuscode.org/flesh/trunk@2388 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixes in staggering discussion.rideout2001-09-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2387 17b73243-c579-4c4c-a9d2-2d5706c11dac
* some minor clarifications; fixed some typosrideout2001-09-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2386 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed dependency generation macros for Intel compilers.tradke2001-09-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2385 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Support the new Intel C++/C/Fortran compilers on IA64.tradke2001-09-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2384 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added flags needed to compile with fortran modules.tradke2001-09-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2383 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New order of implementing configuration optionsallen2001-09-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2382 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Implemented default users, option file and command line options forallen2001-09-23
| | | | | | | | | | | | | | | | | configurations as described in the Spec http://www.cactuscode.org/Development/Specs/UserCustom.txt Also, the configuration flags line in configs/<config>/config-info now contains the exact resulting options used from these three sources (These options can now be seen with a new make target gmake <config>-configinfo) This changes previous behaviour in that the COMMAND LINE OPTIONS override all OPTIONS FILE options git-svn-id: http://svn.cactuscode.org/flesh/trunk@2381 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Give better warning when no fortran compiler is found.allen2001-09-23
| | | | | | | Cactus/789 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2380 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new targets gmake configinfo and gmake <config>-configinfoallen2001-09-23
| | | | | | | | | | | | which gives basic information about the configuration (it just cat's the file configs/<config>/config-info). gmake configinfo lists information for each configuration, at the moment they are all run together since my shell programming isn't up to figuring out how to put a blank line between them (new configurations will have an extra blank line added to config-info). git-svn-id: http://svn.cactuscode.org/flesh/trunk@2379 17b73243-c579-4c4c-a9d2-2d5706c11dac
* For Erik ... Version -> Cactus versionallen2001-09-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2378 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use configuration options in CACTUSRC directory if it existsallen2001-09-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2377 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cactus/783 and a bit moreallen2001-09-21
| | | | | | | | | | | | | | | Changed banner information to look something like: -------------------------------------------------------------------------------- Version: 4.0.b11 Compile date: Sep 21 2001 (20:54:30) Run date: Sep 21 2001 (21:17:58) Run host: gullveig.aei.mpg.de Parameter file: test_WaveToy2D.par -------------------------------------------------------------------------------- git-svn-id: http://svn.cactuscode.org/flesh/trunk@2376 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Sync with local changes: some grdoc completion, removed spurios tabs.tradke2001-09-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2375 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Print the parameter file name before the messages about ActiveThornsallen2001-09-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2374 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_ParameterGet() returns a const pointer now.tradke2001-09-20
| | | | | | | Also fixed some gcc warnings and added some grdoc. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2373 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_ParameterGet() returns a const pointer now.tradke2001-09-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2372 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Make 'cGH *' argument to CCTK_TerminateNext() and CCTK_TerminationReached()tradke2001-09-20
| | | | | | | a const pointer. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2371 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added timing and output of total time.tradke2001-09-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2370 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Support the new Intel C++/C/Fortran compilers.tradke2001-09-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2369 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Expanding some error messagesallen2001-09-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2368 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added Absoft fortran f77/f90 fortran compilers for MacOSXallen2001-09-18
| | | | | | | | (Need to add detection that the compiler *is* Absoft, but haven't found any version information yet) git-svn-id: http://svn.cactuscode.org/flesh/trunk@2367 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add configuration name to standard buildallen2001-09-17
| | | | | | | Cactus/787 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2366 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Don't print version information twice for gmake <config>-rebuildallen2001-09-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2365 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Are there STRING grid scalars?allen2001-09-17
| | | | | | | How to get an earlier release? git-svn-id: http://svn.cactuscode.org/flesh/trunk@2364 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check thorn names are valid when running CSTallen2001-09-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2363 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying output with dividersallen2001-09-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2362 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updated for several types of linker commands.tradke2001-09-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2361 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added answer to oft asked question (at least among ourselves) as to why theallen2001-09-14
| | | | | | | main routine of the flesh is bizarrely written in C++. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2360 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Report the Cactus version at the top of the output of every gmake command ↵allen2001-09-14
| | | | | | | | | where it makes sense. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2359 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Moving to new MACROS for fortran stringsallen2001-09-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2358 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing to new macros for FORTRAN_STRINGallen2001-09-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2357 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a tab so that gmake help works againallen2001-09-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2356 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Bugfix for my my last commit.tradke2001-09-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2355 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add the Globus include dirs to the MPI include path.tradke2001-09-13
| | | | | | | Needed for Gordon's code which makes use of the Globus API. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2354 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing quote in variable assignment.tradke2001-09-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2353 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Define the MPI version used to be an integer constant so that it can be usedtradke2001-09-12
| | | | | | | in preprocessor directives. This is for Gordon. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2352 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed gcc warnings.tradke2001-09-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2351 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing some typos in example driver code.goodale2001-09-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2350 17b73243-c579-4c4c-a9d2-2d5706c11dac