summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Support Darwin 9.8.0schnetter2009-08-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4565 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add support for AIX 6.1.2.0schnetter2009-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4564 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add support for Darwin 9.7.1schnetter2009-07-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4563 17b73243-c579-4c4c-a9d2-2d5706c11dac
* exit loop (not die) if no progress made. This can heppen if e.g. a ↵knarf2009-06-19
| | | | | | dependency cannot be fulfilled (missing thorn) which is handled gracefully later (one hopes) git-svn-id: http://svn.cactuscode.org/flesh/trunk@4562 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Order thorns topologically when executing configurations scripts. Ifschnetter2009-06-18
| | | | | | | | | | | | thorn A requires a feature provided by thorn B, then thorn B's configuration script is executed first. Make environment variables that are defined in configuration scripts available immediately, so that scripts (from other thorns) whicn are execute later can access them. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4561 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Remove commas and superfluous white space when creating REQUIRESschnetter2009-06-18
| | | | | | | THORNS entries in the configuration database. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4560 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct error in commentschnetter2009-05-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4559 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Support Darwin 9.7.0schnetter2009-05-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4558 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix from Maciej Brodowicz to properly detect the major/minor version of gfortrantradke2009-03-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4556 17b73243-c579-4c4c-a9d2-2d5706c11dac
* changes '-std=gnu99' to '-std=c99 -U__STRICT_ANSI__' for the intel C ↵knarf2009-02-17
| | | | | | compiler versions > 8 git-svn-id: http://svn.cactuscode.org/flesh/trunk@4555 17b73243-c579-4c4c-a9d2-2d5706c11dac
* auto-detect IBM C/C++/Fortran compilers for Linux and set appropriate defaultstradke2009-02-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4551 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix warning message when an unknown F90 compiler was detectedtradke2009-02-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4550 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
* do not treat .svn directories as unrecognized test output filesknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4527 17b73243-c579-4c4c-a9d2-2d5706c11dac
* use new unified README format for 'make newthorn'knarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4526 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Handle PETSc installations in /usr, /usr/local, or other standardschnetter2009-01-27
| | | | | | | directories. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4525 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@4523 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix gcc version extraction for Debian Lennyknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4520 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add support for Darwin 9.6.0schnetter2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4519 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix multiline perlknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4518 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add default OpenMP flags for Portland C/F77/F90 compilerstradke2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4516 17b73243-c579-4c4c-a9d2-2d5706c11dac
* use relative path to suppress latex warningknarf2009-01-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4515 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add new configuration option OPENMP to enable/disable OpenMP support.tradke2008-12-08
| | | | | | | | | This option is accompanied by the option set {C,CXX,F77,F90}_OPENMP_FLAGS through which users can overwrite the default OpenMP options set in the known-architectures file. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4513 17b73243-c579-4c4c-a9d2-2d5706c11dac
* If the C/C++ compiler didn't produce a runnable executable the configurationtradke2008-12-05
| | | | | | | | | process is now aborted with an error message. To create a cross compiled configuration the new configure option CROSS_COMPILE must be set to "yes". git-svn-id: http://svn.cactuscode.org/flesh/trunk@4512 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix detection of version strings for IBM compilerstradke2008-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4510 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Also preprocess files included via '#include <header.h>' (as opposed to ↵tradke2008-10-22
| | | | | | | | | | | '#include "header.h"). This type of file inclusion is occasionally used throughout Carpet to include Cactus header files. The Cactus preprocessor had a problem with that (see thread http://www.cactuscode.org/old/pipermail/developers/2008-October/005633.html) which should be fixed by this patch. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4508 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Do not set the perl variable $* (turn all regexp matches intoschnetter2008-09-20
| | | | | | | | multi-line matches), since this it not supported in Perl 5.10 any more. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4507 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add support for Darwin 9.5.0schnetter2008-09-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4505 17b73243-c579-4c4c-a9d2-2d5706c11dac
* bugfix for comparing a parameter's default value against its allowed parametertradke2008-08-15
| | | | | | | range(s) with closed intervals git-svn-id: http://svn.cactuscode.org/flesh/trunk@4501 17b73243-c579-4c4c-a9d2-2d5706c11dac
* enable support for ISO C from 1999, with GNU extensions, when configuring withtradke2008-08-14
| | | | | | | PathScale C compiler git-svn-id: http://svn.cactuscode.org/flesh/trunk@4500 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Re-read make.$(THORN).defn files from make.subdir, so that the makeschnetter2008-07-25
| | | | | | | variables which are set there are known when compiling. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4499 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add support for Darwin 9.4.0schnetter2008-07-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4497 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Frank Loeffler's patch "Support for svn in 'make update' (2)"tradke2008-06-17
| | | | | | | (http://www.cactuscode.org/old/pipermail/patches/2008-June/000242.html) git-svn-id: http://svn.cactuscode.org/flesh/trunk@4494 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add support for Darwin 9.3.0schnetter2008-06-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4493 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct a bash warning about -ge being used as a unary operatorschnetter2008-06-10
| | | | | | | because one of the arguments is undefined. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4492 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Replace "touch" with ": >", which uses the file server clock insteadschnetter2008-06-10
| | | | | | | | of the clients, and thus can prevent some make problem if the file server clock is not synchronised git-svn-id: http://svn.cactuscode.org/flesh/trunk@4491 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Introduce new schedule bin "postpostinitial".schnetter2008-05-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4487 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update autoconf files config.guess, config.sub, and install-sh fromschnetter2008-04-26
| | | | | | | | upstream. These files are used at build time to detect machine hardware configurations. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4485 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add support for Darwin 9.2.2schnetter2008-04-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4484 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct date in schedule changeschnetter2008-04-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4483 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Force rebuild after schedule changesschnetter2008-04-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4482 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Decrease the maximum linker command line length on AIX to 200,schnetter2008-04-09
| | | | | | | increase it on all other systems to 10000. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4481 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add IF clauses to schedule itemsschnetter2008-04-09
| | | | | | | | | | | | | | | Schedule items in Cactus can already have WHILE clauses, which means that they are executed while a certain condition are true. This patch adds IF clauses, which means that they are executed only if a certain condition is true. The syntax is equivalent to WHILE clauses. These if clauses is different from the existing C-syntax if statements, which are only evaluated at startup and determine how the schedule is constructed. These if clauses are evaluated every time the schedule is traversed, and can skip certain schedule items. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4478 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add a statement #include "cGH.h" to the autogenerated cctk_Arguments.hschnetter2008-03-20
| | | | | | | files, since the type cGH is used later on. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4472 17b73243-c579-4c4c-a9d2-2d5706c11dac
* do not create empty difflog filestradke2008-03-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4470 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Set distribution default for scalars correctlyschnetter2008-02-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4466 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check the dimension and distribution type of grid scalars and theschnetter2008-02-29
| | | | | | | distribution type of grid functions git-svn-id: http://svn.cactuscode.org/flesh/trunk@4465 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Improve detection of Fortran/C calling interfaceschnetter2008-02-19
| | | | | | | | | A Fortran file is compiled to an object file, which is then searched for certain patterns. The detection can now handle multiple matches per "line", which is necessary for gcc 4.3. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4463 17b73243-c579-4c4c-a9d2-2d5706c11dac
* don't try to detect the Fortran77 compiler type if F77 is set to 'none'tradke2008-02-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4462 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Extended behaviour of LIBS and LIBDIRS: add -l and -L prefix only toschnetter2008-02-13
| | | | | | | library and directory names, respectively, but leave options alone. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4461 17b73243-c579-4c4c-a9d2-2d5706c11dac