aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Make things work when CCTK_REAL is not double and when CCTK_INT is notschnetter2006-06-14
* Report the number of processors that are used in a run.schnetter2006-06-11
* Add missing end tag of RDF document.tradke2006-05-18
* Properly close the "form:Simulation" tag in an RDF message.tradke2006-05-17
* Start Formaline in WRAGH instead of STARTUP; this is less trouble.schnetter2006-05-14
* Enhance Formaline's announce functionality to register with more than one por...tradke2006-05-10
* Schedule Formaline_OutputSource() after IOUtil_Startup() so that,tradke2006-05-10
* Fix hostname query if gethostbyname() for some reason doesn't return anytradke2006-05-10
* Use Perl instead of C for makeblob and makemetablob.schnetter2006-05-04
* Correct errors in helper programmes.schnetter2006-04-02
* Copy helper programmes to the scratch directory so that they are foundschnetter2006-04-02
* Convert helper programmes from C to perl to make them more portable.schnetter2006-04-02
* Don't use GNU tar features.schnetter2006-02-24
* Correct configury magic that finds out whether gtar is available.schnetter2005-12-02
* Provide an aliased function that returns a unique build ID.schnetter2005-10-19
* Register the functions that intercept the warnings and info messageschnetter2005-10-15
* Make sure that a job ID exists before using it.schnetter2005-10-15
* Remove debug messagesschnetter2005-10-08
* Add a perl script that may become an XML-RPC server in the futureschnetter2005-10-08
* Correct job ids: gmtime returns the month in the range 0..11.schnetter2005-10-06
* Register with the flesh to receive warnings and info messages. Storeschnetter2005-10-05
* Comment out unused variableschnetter2005-10-04
* Correct Y2K bug: gmtime() counts years since 1900, so have to add 1900schnetter2005-08-23
* Regenerate all tarballs automatically when the internal ABI changes.schnetter2005-08-22
* Initialise large data arrays in several smaller chunks, not all atschnetter2005-08-22
* Declare intermediate make targes as precious, so that they are notschnetter2005-07-14
* Autodetect the name of the GNU tar executableschnetter2005-07-03
* Correct grammatical error in commentschnetter2005-06-18
* Include the contents of the config-data directory into the source tarballs.schnetter2005-06-16
* Also announce some PBS information.schnetter2005-06-14
* Increate the default announce interval from one to ten minutes.schnetter2005-06-07
* Publish a unique ID for the simulation through an aliased function.schnetter2005-06-05
* Make parameters steerable.schnetter2005-06-05
* Do not mess with sockets in C or C++. Defer this to perl. Create aschnetter2005-06-03
* Recreate all tarballs when any of the bindings change, because theseschnetter2005-06-03
* Store number of bytes a long, not int.schnetter2005-06-03
* Remove outdated commented-out codeschnetter2005-06-01
* Link the source code with -l instead of giving the library name as .aschnetter2005-05-31
* Don't require MSG_NOSIGNAL to be defined.schnetter2005-05-31
* Call ranlib on the created archive.schnetter2005-05-31
* Include missing <cassert>schnetter2005-05-31
* Put everything into a namespace.schnetter2005-05-31
* Correct error in handling boolean values; they were still treated asschnetter2005-05-29
* Set build ID correctlyschnetter2005-05-29
* Make it possible to announce or store grid scalarsschnetter2005-05-29
* Create a unique ID for each buildschnetter2005-05-29
* Store boolean variables with their own type instead of as integers.schnetter2005-05-29
* Store the list of compiled and active thorns.schnetter2005-05-29
* Introduce a timeout when sending to the portal.schnetter2005-05-29
* Make announcing to the portal workschnetter2005-05-28