JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.3: Distributed Make (dmake)     Oracle Solaris Studio 12.3 Information Library
search filter icon
search icon

Document Information

Preface

Distributed Make (dmake)

Synopsis

Description

Options

-c dmake_rcfile

-g dmake_group

-j dmake_max_jobs

-m {serial | parallel | distributed | grid}

-o dmake_odir

Usage

Special-purpose Targets

Controlling dmake Jobs

The dmake Host

User Commands

The Build Server

Specifying Which Remote Shell To Use

Environment/Macros

DMAKE_RCFILE

DMAKE_GROUP

DMAKE_MAX_JOBS

DMAKE_ADJUST_MAX_JOBS

DMAKE_MODE

DMAKE_ODIR

DMAKE_OUTPUT_MODE

Files

See Also

Specifying Which Remote Shell To Use

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.