aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
Commit message (Collapse)AuthorAge
* Increase default update interval from 10 minutes to 1 hourschnetter2008-02-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@160 83718e91-0e4f-0410-abf4-91180603181f
* Remove $Header$ comments to prevent everything from recompiling afterschnetter2008-02-03
| | | | | | | a CVS commit. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@149 83718e91-0e4f-0410-abf4-91180603181f
* added steerable parameters Formaline::steered_parameters_log_exclusion_list andtradke2007-11-12
| | | | | | | | | | Formaline::nr_of_parameter_changes_to_be_logged for users to specify which parameters should be logged and how often (see discussion thread http://lists.carpetcode.org/archives/developers/2007-November/002121.html) git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@144 83718e91-0e4f-0410-abf4-91180603181f
* Added new integer parameter Formaline::metadata_lifetime to specify a lifetimetradke2007-10-30
| | | | | | | for announced metadata. Default is 100 hours. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@143 83718e91-0e4f-0410-abf4-91180603181f
* - register callbacks for the Publish APItradke2007-08-29
| | | | | | | | | | these callbacks collect published information and send it to an external RDF information service - use the Publish API to periodically announce simulation metadata runtime information git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@132 83718e91-0e4f-0410-abf4-91180603181f
* Add a parameter "collect_metadata" which is on by default. Switchingschnetter2007-08-22
| | | | | | | | | | it off makes Formaline not collect any metadat, so that it only creates source tarballs. This is necessary on systems which do not support calling system or gethostname, e.g. with certain InfiniBand MPI libraries. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@131 83718e91-0e4f-0410-abf4-91180603181f
* Added new steerable integer parameter Formaline::timeout which lets you settradke2006-07-13
| | | | | | | | the timeout (in seconds) for connecting and sending meta information to a server. Default is 10 seconds. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@98 83718e91-0e4f-0410-abf4-91180603181f
* Share parameter IO::out_save_parameters.tradke2006-07-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@93 83718e91-0e4f-0410-abf4-91180603181f
* Make Formaline::rdf_hostname and Formaline::rdf_port array parameters so thattradke2006-06-15
| | | | | | | more than one RDF server can be specified. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@86 83718e91-0e4f-0410-abf4-91180603181f
* Enhance Formaline's announce functionality to register with more than one ↵tradke2006-05-10
| | | | | | | | | | portal. Use the array parameters Formaline::portal_hostname[] and Formaline::portal_port[] for that purpose. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@78 83718e91-0e4f-0410-abf4-91180603181f
* Use Perl instead of C for makeblob and makemetablob.schnetter2006-05-04
| | | | | | | | | | | | | | | Begin coupling Formaline to thorn Announce. Create stamp files that record which build and which simulation was run in the output directory. Begin implementing talking to an RDF server. Determine the host name in Perl, which is more reliable. (It is complicated to find a good host name.) git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@75 83718e91-0e4f-0410-abf4-91180603181f
* Register the functions that intercept the warnings and info messageschnetter2005-10-15
| | | | | | | only when the user actually wants to announce them. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@65 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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