Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Studio 12.3: Distributed Make (dmake) Oracle Solaris Studio 12.3 Information Library |
The path to the remote shell can be specified in the .dmakerc file.
For example:
host earth { jobs = 3 } host mars { jobs = 5 , rsh = "/bin/ssh" }
If rsh = is not specified, dmake will use /bin/rsh by default.
As with rsh, you must ensure that ssh can login to the remote host without requiring a password, and does not issue any warnings or errors.