aboutsummaryrefslogtreecommitdiff
path: root/src/senddata.cc
Commit message (Collapse)AuthorAge
* 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
* Add relay host for Rangerschnetter2008-05-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@178 83718e91-0e4f-0410-abf4-91180603181f
* - use send() rather than print() to send metadata over a socket connectiontradke2007-09-25
| | | | | | | - call recv() as an acknowledgement after metadata has been sent git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@138 83718e91-0e4f-0410-abf4-91180603181f
* added auto-detection of relay host for Belladonnatradke2007-09-17
| | | | | | | removed auto-detection for Lagavulin (which doesn't exist anymore) git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@137 83718e91-0e4f-0410-abf4-91180603181f
* use POSIX::_exit rather than POSIX::exit to really terminate the metadatatradke2007-09-14
| | | | | | | announcement script in case of a timeout git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@136 83718e91-0e4f-0410-abf4-91180603181f
* auto-detect relay host for jobs running on AEI's damiana clustertradke2007-08-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@135 83718e91-0e4f-0410-abf4-91180603181f
* Make timeout handling more aggressive: If a timeout occurs whileschnetter2007-08-21
| | | | | | | | sending data, call "POSIX::exit", which exits immediately. Calline "die" did not work reliably in all cases. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@124 83718e91-0e4f-0410-abf4-91180603181f
* Output host name and port number when communication fails.schnetter2007-05-24
| | | | | | | | | | Output details not only for the first failure, but for the first failure for each host name/port number combination. Do not forward DISPLAY when using ssh tunnels. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@120 83718e91-0e4f-0410-abf4-91180603181f
* Show stdout and stderr while sending data. This allows people to seeschnetter2006-08-26
| | | | | | | | | | if errors occur during the transmission. Remove the eval block around the perl script; it is not necessary any more, and it hides stdout and stderr. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@117 83718e91-0e4f-0410-abf4-91180603181f
* Fix problems for (t)csh login-shell users with stdin/stdout/stderr redirectiontradke2006-08-16
| | | | | | | in system commands: explicitely use /bin/sh to execute these commands. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@114 83718e91-0e4f-0410-abf4-91180603181f
* Factor out the routines that send some data to a specific host/port.schnetter2006-07-27
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@108 83718e91-0e4f-0410-abf4-91180603181f