aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
Commit message (Collapse)AuthorAge
* Define schedule groups to prevent CST warningsschnetter2009-09-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@180 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
* - 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
* Move all handling of build and job ids to a separate file.schnetter2006-07-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@107 83718e91-0e4f-0410-abf4-91180603181f
* Start Formaline in WRAGH instead of STARTUP; this is less trouble.schnetter2006-05-14
| | | | | | | | | | | | | | | Remove the logic that delayed outputting the tarballs. Add code to collect the host names of all nodes of a run. This code is not active yet. Find out in which arrangements the compiled thorns are. Call the perl script gethostname.pl only after it has been copied to the scratch directory. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@79 83718e91-0e4f-0410-abf4-91180603181f
* Schedule Formaline_OutputSource() after IOUtil_Startup() so that,tradke2006-05-10
| | | | | | | | if IO::require_empty_output_directory is true, IO::out_dir can be checked before Formaline writes its tarballs into it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@77 83718e91-0e4f-0410-abf4-91180603181f
* Announce in global modeschnetter2006-04-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@74 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
* 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
* 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
* 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
* 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
* 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