aboutsummaryrefslogtreecommitdiff
path: root/src/output_source.c
Commit message (Collapse)AuthorAge
* Output Formaline tarballs in paralleleschnett2013-01-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@228 83718e91-0e4f-0410-abf4-91180603181f
* Limit number of parallel writes to 10eschnett2012-03-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@218 83718e91-0e4f-0410-abf4-91180603181f
* Output Formaline tarballs in paralleleschnett2011-09-17
| | | | | | | | | Output the Formaline tarballs in parallel, distributed over all MPI processes. This may improve startup time when running with many processes and if there is a parallel file system. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@208 83718e91-0e4f-0410-abf4-91180603181f
* Correct detection of GNU tar implementations.eschnett2010-12-09
| | | | | | | | | Rename some auto-generated files to shorter names. Remove some unused code. Update the auto-generated README. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@197 83718e91-0e4f-0410-abf4-91180603181f
* Clean up the source code handling the announce mechanism in Formaline.eschnett2010-06-30
| | | | | | | | | | | | | Restructure and clean up the makefiles and perl scripts that capture the source code when Cactus is built. Make things work with recent versions of git (>1.6.1). Split thorn tarballs into multiple files if they become too large. Update Formaline example parameter files. Use Carpet instead of PUGH, activate missing thorns. Some reformatting. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@187 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
* Slight message changeschnetter2007-05-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@121 83718e91-0e4f-0410-abf4-91180603181f
* Replaced assert statements with level 0 CCTK_VWarns so that the user hastradke2006-10-31
| | | | | | | | a better idea why a run aborts (in this case because the source tarballs couldn't be written to disk). git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@118 83718e91-0e4f-0410-abf4-91180603181f
* Use size_t instead of int for counting the length of source files.schnetter2006-07-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@106 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
* 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
* 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
* 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@5 83718e91-0e4f-0410-abf4-91180603181f