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

Re: [HTCondor-users] Transfer stdout, non shared filesystem



I removed the double quotes because condor_submit will treat them as part of the name of the program, and Iâm fairly certain you do not have a program called  echoâ  in a directory called â/bin/

 

 

From: Rita <rmorgan466@xxxxxxxxx>
Sent: Saturday, June 24, 2023 2:40 PM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Cc: John M Knoeller <johnkn@xxxxxxxxxxx>
Subject: Re: [HTCondor-users] Transfer stdout, non shared filesystem

 

why did you remove the dbl quotes?

 

On Fri, Jun 23, 2023 at 7:10âPM John M Knoeller via HTCondor-users <htcondor-users@xxxxxxxxxxx> wrote:

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/


 

--

--- Get your facts first, then you can distort them as you please.--