Skip to content

Installs/configures Pegasus WMS and HTCondor in a specified directory

Notifications You must be signed in to change notification settings

pegasus-isi/get-pegasus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-based Pegasus Installer

This script installs Pegasus WMS and its dependencies (HTCondor) in a specified directory.

Usage

To install Pegasus, run the script from within this directory:

./get_pegasus.py [--target <installation-directory>]

By default, Pegasus will be installed in ./pegasus-{version}. You can specify a different location using the --target option.

After the installation is complete, you will need to source the environment file to configure your shell:

. <installation-directory>/env.sh

Then, you can start HTCondor:

condor_master

You can check the status of HTCondor with:

condor_status
condor_q

If HTCondor needs to be started at a later time, you can run condor_master again.

About

Installs/configures Pegasus WMS and HTCondor in a specified directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages