Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] gpu program which need multiple files
- Date: Mon, 8 Apr 2019 16:43:04 +0000
- From: John M Knoeller <johnkn@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] gpu program which need multiple files
in the submit file transfer_input_files statement, if you end a directory name with / then the whole directory is transferred
transfer_input_files = /my/program/dir/
will transfer all of the files in /my/program/dir to the job sandbox directory before starting the job.
-tj
-----Original Message-----
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> On Behalf Of Valerio Bellizzomi
Sent: Monday, April 8, 2019 11:28 AM
To: htcondor-users@xxxxxxxxxxx
Subject: [HTCondor-users] gpu program which need multiple files
Greetings,
I run a gpu program which consists of an executable and a .cl file that
must be in the same directory of the executable, along with input and
output files.
My question is how to write a submit file that includes transferring the
whole program directory to the execute node.
Thanks.
_______________________________________________
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/