Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRemoteContextByCfg ¶
NewRemoteContextByCfg creates a wfl Context which executes tasks remotely on a DRMAA2 server.
Types ¶
type BasicAuthConfig ¶
type Config ¶
type Config struct {
// Server is the URL of the DRMAA2 server including port, like
// http://localhost:8088
Server string
// Path is the path to the DRMAA2 server, like /jobserver/jobmanagement
Path string
// BasicAuth uses username and password for authentication if set
BasicAuth *BasicAuthConfig
// JobSessionName is the name of the DRMAA2 job session
JobSessionName string
// JobSessionDBFile is the path to the job session database file
JobSessionDBFile string
// DefaultTemplate is the job template which is used for all jobs,
// when not explicitly set in the job submission.
DefaultTemplate drmaa2interface.JobTemplate
}
Click to show internal directories.
Click to hide internal directories.