aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add a perl script that may become an XML-RPC server in the futureschnetter2005-10-08
| | | | | | | which receives and stores the announced information off-site. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@62 83718e91-0e4f-0410-abf4-91180603181f
* Correct job ids: gmtime returns the month in the range 0..11.schnetter2005-10-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@60 83718e91-0e4f-0410-abf4-91180603181f
* Register with the flesh to receive warnings and info messages. Storeschnetter2005-10-05
| | | | | | | these with the other data. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@59 83718e91-0e4f-0410-abf4-91180603181f
* Comment out unused variableschnetter2005-10-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@58 83718e91-0e4f-0410-abf4-91180603181f
* Make Formaline GPL.schnetter2005-09-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@57 83718e91-0e4f-0410-abf4-91180603181f
* Correct Y2K bug: gmtime() counts years since 1900, so have to add 1900schnetter2005-08-23
| | | | | | | to get a 4 digit year. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@55 83718e91-0e4f-0410-abf4-91180603181f
* Regenerate all tarballs automatically when the internal ABI changes.schnetter2005-08-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@54 83718e91-0e4f-0410-abf4-91180603181f
* Initialise large data arrays in several smaller chunks, not all atschnetter2005-08-22
| | | | | | | once. Still does it in one file, which may still be problematic. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@53 83718e91-0e4f-0410-abf4-91180603181f
* More ideas.schnetter2005-08-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@52 83718e91-0e4f-0410-abf4-91180603181f
* Explain pronunciation.schnetter2005-07-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@51 83718e91-0e4f-0410-abf4-91180603181f
* Correct email address once more.schnetter2005-07-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@50 83718e91-0e4f-0410-abf4-91180603181f
* Declare intermediate make targes as precious, so that they are notschnetter2005-07-14
| | | | | | | | automatically deleted, and then remade during the next make invocation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@49 83718e91-0e4f-0410-abf4-91180603181f
* Correct maintainter's email addressschnetter2005-07-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@48 83718e91-0e4f-0410-abf4-91180603181f
* Autodetect the name of the GNU tar executableschnetter2005-07-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@47 83718e91-0e4f-0410-abf4-91180603181f
* Correct grammatical error in commentschnetter2005-06-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@46 83718e91-0e4f-0410-abf4-91180603181f
* Don't disable announcingschnetter2005-06-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@45 83718e91-0e4f-0410-abf4-91180603181f
* Announce to the portalschnetter2005-06-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@44 83718e91-0e4f-0410-abf4-91180603181f
* Disable announcing to the portal by default.schnetter2005-06-16
| | | | | | | | Announcing gives away information to the public, and thus should always require a conscious user action. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@43 83718e91-0e4f-0410-abf4-91180603181f
* Include the contents of the config-data directory into the source tarballs.schnetter2005-06-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@42 83718e91-0e4f-0410-abf4-91180603181f
* Also announce some PBS information.schnetter2005-06-14
| | | | | | | | Rebuild a thorn's tarball only if some of its ccl files change, not when any thorn's ccl files change. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@41 83718e91-0e4f-0410-abf4-91180603181f
* Increate the default announce interval from one to ten minutes.schnetter2005-06-07
| | | | | | | | | | | Introduce the concept of a "relay host" for announcing: If a relay host is used, ssh into that host before connecting to the portal. Try some heuristics to determine the relay host automatically if none is provided. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@40 83718e91-0e4f-0410-abf4-91180603181f
* Use timer output to show whether announcing is expensiveschnetter2005-06-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@39 83718e91-0e4f-0410-abf4-91180603181f
* Publish a unique ID for the simulation through an aliased function.schnetter2005-06-05
| | | | | | | Announce the current date and time as well. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@38 83718e91-0e4f-0410-abf4-91180603181f
* Make parameters steerable.schnetter2005-06-05
| | | | | | | | | | | | | | | | Introduce "verbose" parameter. Announce to the portal by default. Introduce parameter to announce only every n seconds. Only announce every minute by default. When calling system(), make sure that there are no shell meta characters. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@37 83718e91-0e4f-0410-abf4-91180603181f
* Do not mess with sockets in C or C++. Defer this to perl. Create aschnetter2005-06-03
| | | | | | | perl script at run time, pass the data it, and call it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@36 83718e91-0e4f-0410-abf4-91180603181f
* Use a subdirectory for announcing -- every Cactus run should have itsschnetter2005-06-03
| | | | | | | own, unique output directory. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@35 83718e91-0e4f-0410-abf4-91180603181f
* Recreate all tarballs when any of the bindings change, because theseschnetter2005-06-03
| | | | | | | changes may be due to changes in some thorn. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@34 83718e91-0e4f-0410-abf4-91180603181f
* Store number of bytes a long, not int.schnetter2005-06-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@33 83718e91-0e4f-0410-abf4-91180603181f
* Remove outdated commented-out codeschnetter2005-06-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@32 83718e91-0e4f-0410-abf4-91180603181f
* Add suggestion for using perl to use socketsschnetter2005-06-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@31 83718e91-0e4f-0410-abf4-91180603181f
* Link the source code with -l instead of giving the library name as .aschnetter2005-05-31
| | | | | | | | | file; this may help solve library dependency problems on some system. Put the library file into the lib directory instead of the scratch directory. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@30 83718e91-0e4f-0410-abf4-91180603181f
* Don't require MSG_NOSIGNAL to be defined.schnetter2005-05-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@29 83718e91-0e4f-0410-abf4-91180603181f
* Call ranlib on the created archive.schnetter2005-05-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@28 83718e91-0e4f-0410-abf4-91180603181f
* Include missing <cassert>schnetter2005-05-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@27 83718e91-0e4f-0410-abf4-91180603181f
* Put everything into a namespace.schnetter2005-05-31
| | | | | | | | | Include <fstream> once more, maybe it helps. Correct a few errors that gcc pointed out. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@26 83718e91-0e4f-0410-abf4-91180603181f
* Correct error in handling boolean values; they were still treated asschnetter2005-05-29
| | | | | | | integers in some places git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@25 83718e91-0e4f-0410-abf4-91180603181f
* Set build ID correctlyschnetter2005-05-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@24 83718e91-0e4f-0410-abf4-91180603181f
* Make it possible to announce or store grid scalarsschnetter2005-05-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@23 83718e91-0e4f-0410-abf4-91180603181f
* Create a unique ID for each buildschnetter2005-05-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@22 83718e91-0e4f-0410-abf4-91180603181f
* Store boolean variables with their own type instead of as integers.schnetter2005-05-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@21 83718e91-0e4f-0410-abf4-91180603181f
* Store the list of compiled and active thorns.schnetter2005-05-29
| | | | | | | | | Store all parameters. Store parameters of active thorns only. Store only parameters that differ from their default value or that have been steered. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@20 83718e91-0e4f-0410-abf4-91180603181f
* Introduce a timeout when sending to the portal.schnetter2005-05-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@19 83718e91-0e4f-0410-abf4-91180603181f
* Add a parameter file that demonstrates announcingschnetter2005-05-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@18 83718e91-0e4f-0410-abf4-91180603181f
* Make announcing to the portal workschnetter2005-05-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@17 83718e91-0e4f-0410-abf4-91180603181f
* Whitespace changeschnetter2005-05-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@16 83718e91-0e4f-0410-abf4-91180603181f
* Remove unused codeschnetter2005-05-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@15 83718e91-0e4f-0410-abf4-91180603181f
* Store the source tarballs into a subdirectory to remove clutter.schnetter2005-05-27
| | | | | | | | | | | | Restructure the announcing code so that there can be multiple announce targets. "Announce" to a file in the output directory by default. Also announce the list of active thorns and all parameter values. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@14 83718e91-0e4f-0410-abf4-91180603181f
* Make output a bit nicerschnetter2005-05-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@13 83718e91-0e4f-0410-abf4-91180603181f
* Add TODO itemschnetter2005-05-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@12 83718e91-0e4f-0410-abf4-91180603181f
* Make it compileschnetter2005-05-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@11 83718e91-0e4f-0410-abf4-91180603181f