Posts moved to new thread - deadline scheduler path issue

   3059   4   0
User Avatar
Member
459 posts
Joined: Oct. 2011
Offline
-Hi Bonsak! We've moved your posts for you. In the future, if you could start a new thread for a new issue, that would be great! Thanks!

Hi
Im trying the Deadline Scheduler with a simple rop geometry in tops, but i cant figure out how to correctly set the “localsharedroot” parm. This is on a local Deadline installation so the directory where the test file is located is rooted on C:. Ive tried alot of different combos of ‘C:’ ‘C’ ‘C:\’ ‘C:\\’ but i keep getting errors that the syntax is incorrect. I thought it would be the drive letter on windows but i cant figure it out
What is the correct syntax for “localsharedroot”


-b
Edited by bonsak - March 13, 2019 17:35:06
http://www.racecar.no [www.racecar.no]
User Avatar
Member
459 posts
Joined: Oct. 2011
Offline
Seelan:

Try with forward slashes
E.g.

Cpath

Bonsak:
Thanks, but it doesnt seem to make a difference:
Setting the path to:
CUsers/bonsak/Desktop/
Gives this error
WindowsError: The filename, directory name, or volume label syntax is incorrect: u'C:\\Users\\bonsak\\Desktop\\C:'
It seems weird that it adds C: at the end of the path
Setting the parm to:
C
gives this error:
WindowsError: The filename, directory name, or volume label syntax is incorrect: u'C:\\C:'

-b

Seelan:
Actually its your working directory. Set that to relative folder (try temp for example). Its being appended to the Local Shared Root Path (in this case your $HIP).

Bonsak:
I don't understand
http://www.racecar.no [www.racecar.no]
User Avatar
Member
459 posts
Joined: Oct. 2011
Offline
Sorry for posting in the wrong thread.
I still cant figure out how to set this correctly. If the hipfile is located here: C:\Users\bonsak\Desktop\TestdeadlineTops
What should the Local Shared Root Path be set to.
This is a local Deadline installation on my laptop, so C: is accessible for the local slave. Repo path is C:\DeadlineRepository10

regards
Bonsak
http://www.racecar.no [www.racecar.no]
User Avatar
Member
571 posts
Joined: May 2017
Offline
The Local Shared Root Path is your mounted directory that other slave machines can also access for files. Typically this is your shared drive that all render farm machines, and your own machine have mounted. Note that it should use forward slash in the path. An example would be:
Y:/jobs

The Working Directory is where the PDG temporary, intermediate, and results files will be generated in. This should be relative to your Local Shared Root Path, so that all slave machines can use the same directory to store and retrieve files. An example would be:
terrainfiles
This would result in files being generated in:
Y:/jobs/terrainfiles

The problem with using $HIP as your Working Directory was that it was appending an absolute path (your HIP file path) to the Local Shared Root Path. Change the Working Directory from $HIP to a relative path, and it should work.
Edited by seelan - March 13, 2019 18:39:23
User Avatar
Member
459 posts
Joined: Oct. 2011
Offline
Ah. Now i understand! Thanks!

Regards
Bonsak
http://www.racecar.no [www.racecar.no]
  • Quick Links