summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Change to allow files with the same basename but differnt languages to begoodale1999-09-10
| | | | | | | | | | | | | | | | | | | | | | allowed in a thorn. This also makes the names of the dependency files unique, so should also solve PR CCTK/75. You will need to do a <config>-config after this, or do cp lib/make/make.config.rules.in configs/<config>/config-data/make.config.rules in order for everything to work again. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@894 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed to allow line-continuation in ccl files.goodale1999-09-10
| | | | | | | | | Now a \ fellowed by a newline should allow the line to be continued. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@893 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Moved the definition of the Int datatype (which is used only inside thetradke1999-09-09
| | | | | | | | | | FlexIO lib) from the CCTK config.h to IEEEIO's Arch.h. A reconfiguration is necessary after updating, otherwise the Int datatype is defined twice, and some compilers (eg. gcc) don't like this. git-svn-id: http://svn.cactuscode.org/flesh/trunk@892 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding a couple of MKDIRFLAGS that I had missedallen1999-09-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@891 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fujitsi compiler. Works if you don't have fortran modules.allen1999-09-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@890 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Put a fe print messages in so that the thing isn't totally silentgoodale1999-09-09
| | | | | | | | | when running. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@889 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Forgot to update number of applicationdsallen1999-09-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@888 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added Benchmark (ADM) as an applicationallen1999-09-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@887 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Getting rid of duplicate fileallen1999-09-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@886 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding MKDIRFLAGS = -pallen1999-09-07
| | | | | | | This is needed for the make process since on NT you need mkdir -p name/ git-svn-id: http://svn.cactuscode.org/flesh/trunk@884 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding $MKDIRFLAGS needed for NTallen1999-09-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@883 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added MKDIRFLAGS to be available for make and code.allen1999-09-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@876 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding macro for MKDIRallen1999-09-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@875 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added yet another make variable.goodale1999-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | Now the make stuff required for the final linking of libraries is bundled up into GENERAL_LIBRARIES which defaults to $(LIBDIRS:%=-L%) $(LIBS:%=-l%) which should work on all unices. For NT I have made it $(LIBS) and LIBDIRS has no use. NT stuff needs to specify the full path and name of each library in the LIBS variable. Maybe one day we'll find a neater way ! Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@874 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New file for WMPI - an MPI implementation for NT.goodale1999-09-04
| | | | | | | | | | | | | The user needs to set, e.g. WMPI_DIR='c:\Wmpi1.3' or whatever. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@873 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Yet another possible type returned by autoconf.goodale1999-09-04
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@872 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updatedallen1999-09-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@870 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added some error catching code to the rfr filesallen1999-09-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@869 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Made apths to c_file processor relative to CCTK_HOME.goodale1999-09-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@867 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Piped stdout of the compilation and linking of a test file whilstgoodale1999-09-01
| | | | | | | | | | | | | determining the type of linux architecture. This is needed as the Portland Group compiler pgcc reports "Linking" while linking and this was making its way into the architecture type ! See PR/54 Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@865 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added mpi, but the executable doesn't run at the momentallen1999-08-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@861 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct treatment of dependencies for F77allen1999-08-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@860 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New parameter stuff.goodale1999-08-26
| | | | | | | | | | | Now a non-active thorn's extensions to parameters shouldn't be valid, range checking is now done, even for strings, which must conform to a regular expression. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@859 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Architecture file for the Garching AIX machine.allen1999-08-24
| | | | | | | | | | Currently it compiles there but doesn't link. To configure you need gmake new-config F90=xlf90 git-svn-id: http://svn.cactuscode.org/flesh/trunk@855 17b73243-c579-4c4c-a9d2-2d5706c11dac
* def for WIN32allen1999-08-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@852 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Rerun of autoconfallen1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@843 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Found a package which should have been an arrangement.allen1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@842 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added libz.a for Linuxtradke1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@841 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now "packages" are called "arrangements"allen1999-07-30
| | | | | | | Everything should work again (!) git-svn-id: http://svn.cactuscode.org/flesh/trunk@839 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added configure for HDF5tradke1999-07-30
| | | | | | | | Just type HDF5=SERIAL for choosing the serial lib version. Will add parallel version later. git-svn-id: http://svn.cactuscode.org/flesh/trunk@838 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Small bug fix evaluating function argumentstradke1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@836 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Include file name changesallen1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@830 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New runtest scriptallen1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@829 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New checkout scriptallen1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@828 17b73243-c579-4c4c-a9d2-2d5706c11dac
* changed MPICH_DEV search order: ch_p4 is before ch_shememlanfer1999-07-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@822 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now you can have an implementation with more than one thorn AND haveallen1999-07-29
| | | | | | | different private variables (!) git-svn-id: http://svn.cactuscode.org/flesh/trunk@817 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Option -O now gives at least some dummy output.tradke1999-07-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@816 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix for an implementation with more than one thornallen1999-07-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@815 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added errors through CST_Errorallen1999-07-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@814 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix for bug when you have more than one thorn in an implementationallen1999-07-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@813 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a fix for the problem that Gerd found with warnings from parameters.allen1999-07-29
| | | | | | | There were warnings given,but about 2 pages before it exited git-svn-id: http://svn.cactuscode.org/flesh/trunk@812 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added simple support for compiling with DEBUG.jmasso1999-07-29
| | | | | | | | | | | | | | | It follows the way MPI was added with "extras". So, to make a configuration be compiled with debug, say make DEBUG=ALL <configname> if fact, now you could say DEBUG=whatevershiticomeup and it's going to work the same... but we will add DEBUG=FORTRAN,C,ALL etc... support in the future. - Joan git-svn-id: http://svn.cactuscode.org/flesh/trunk@810 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed problem with parsing storage lineallen1999-07-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@808 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Little bug fixesallen1999-07-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@807 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Amended the sorting algorithm to first remove all routines which needallen1999-07-28
| | | | | | | no sorting. git-svn-id: http://svn.cactuscode.org/flesh/trunk@806 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Make a EXEDIR directory and put EXE thereallen1999-07-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@805 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now EXE is the executable nameallen1999-07-28
| | | | | | | | and EXEDIR is the executable directory git-svn-id: http://svn.cactuscode.org/flesh/trunk@804 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added exe dir EXEDIRallen1999-07-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@802 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add an exe dir, has compilation option EXEDIRallen1999-07-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@801 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new exe directory to default for Runtestallen1999-07-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@797 17b73243-c579-4c4c-a9d2-2d5706c11dac