[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Standard Output and Standard Error for a POST Script



According to the answer of Kent Wenger, you can use 2 different scripts:
mypostscript.sh Âwill be used in the DAG file:ÂSCRIPT POST JobName mypostscript.sh
mypostscript.py contains your programÂ
For example:
the mypostscript.sh is as follows:
#! /bin/sh
................
................
python mypostscript.py Â>>/tmp/stdout


I already used this solution to get outputs of DAG SCRIPT and it works perfectly

Cordialement
Walid SAADÂ
Laboratoire LaTICE Università de Tunis,Â
ESSTT 5, Av. Taha Hussein, B.P. 56,Â
Bab Mnara, Tunis, Tunisie.Â
TÃl : 97 86 13 75Â
Email : walid.saad@xxxxxxxxxxx, walid.saad@xxxxxxxxxxxxxxxxxxxx


2014-08-25 17:33 GMT+02:00 Antonio Chay <achay@xxxxxxxxxxx>:
Hi Condor Users!

I'm trying to debug some POST scripts (DAGMan POST Scripts). Is there
a way to get the STDOUT and STDERR output for a POST script?

I'm using:
$CondorVersion: 8.2.2 Aug 07 2014 BuildID: 265643 $
$CondorPlatform: x86_64_RedHat6 $
(official package from the HT-Condor site).

CentOS release 6.5 (Final)


Regards!
Antonio.
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/