aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* Be a bit more verboseschnetter2005-05-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@10 83718e91-0e4f-0410-abf4-91180603181f
* Correct parameter file that outputs that tarball.schnetter2005-05-25
| | | | | | | | | | Create one tarball per thorn; this scales much better, and is only slightly less convenient. Create the output directory if it does not yet exist. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@9 83718e91-0e4f-0410-abf4-91180603181f
* Add commentsschnetter2005-05-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@8 83718e91-0e4f-0410-abf4-91180603181f
* Don't use portal code by default; it is not yet debugged.schnetter2005-05-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@7 83718e91-0e4f-0410-abf4-91180603181f
* Use C++ for the portal code; that's cleaner.schnetter2005-05-24
| | | | | | | | Store the Cactus source tree in the executable and output it into the output directory. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@6 83718e91-0e4f-0410-abf4-91180603181f
* Use C++ for the portal code; that's cleaner.schnetter2005-05-24
| | | | | | | | Store the Cactus source tree in the executable and output it into the output directory. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@5 83718e91-0e4f-0410-abf4-91180603181f
* Replace dummy routines by socket routines that send the information toschnetter2005-05-18
| | | | | | | | | a portal. No error checking yet, though. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@4 83718e91-0e4f-0410-abf4-91180603181f
* Store more meta information.schnetter2005-05-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@3 83718e91-0e4f-0410-abf4-91180603181f
* Add a thorn that commits meta data about runs to permanent storage.schnetter2005-05-04
| | | | | | | The meta data are collected, but no database server is contacted so far. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@2 83718e91-0e4f-0410-abf4-91180603181f
* Standard project directories initialized by cvs2svn.(no author)2005-05-04
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@1 83718e91-0e4f-0410-abf4-91180603181f