_______________________________________________I think you want
Â
Executable = /bin/echo
Transfer_executable = false
Should_transfer_files = YES
Output = stdout
Error = stderr
Â
If your job runs, but output and error are not transferred, then it seems likely that IF_NEEDED has decided that transfer is not needed.
Â
Also, notice that I removed the ââ from your executable statement.
Â
-tj
Â
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> On Behalf Of Rita
Sent: Friday, June 23, 2023 2:38 PM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] Transfer stdout, non shared filesystemÂ
I don't have shared filesystem. I am trying to get the stdout and stderr of my program
My submit file looks like this
Â
universe = vanilla
executable = "/bin/echo"
arguments = "hello
should_transfer_files = IF_NEEDED
#requirement = another base system
output = stdout
error = stderr
log = job.log
Â
queue
Â
The job runs fine but there isn't any stdout or stderr file
Â
Its important that I don't transfer the executable (/bin/echo). The operating system versions are very different.Â
Â
--
--- Get your facts first, then you can distort them as you please.--
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/