
{
    "quarry": {
        "description"                 : "The Quarry Linux cluster at Indiana University (https://kb.iu.edu/d/avkx).",
        "notes"                       : "None",
        "schemas"                     : ["ssh", "gsissh"],
        "ssh"                         :
        {
            "job_manager_endpoint"    : "pbs+ssh://quarry.uits.indiana.edu/",
            "filesystem_endpoint"     : "sftp://quarry.uits.indiana.edu/"
        },
        "gsissh"                      :
        {
            "job_manager_endpoint"    : "pbs+ssh://quarry.uits.indiana.edu/",
            "filesystem_endpoint"     : "sftp://quarry.uits.indiana.edu/"
        },
        "lrms"                        : "TORQUE",
        "task_launch_method"          : "SSH",
        "mpi_launch_method"           : "MPIRUN",
        "pre_bootstrap"               : ["module purge", "module load python", "module load openmpi/gnu/1.6.3"],
        "valid_roots"                 : ["/N"],
        "pilot_agent"                 : "radical-pilot-agent-multicore.py"
    },

    "bigred2": {
        "description"                 : "Indiana University's HPC cluster (https://kb.iu.edu/d/bcqt).",
        "notes"                       : "None",
        "schemas"                     : ["ssh", "gsissh"],
        "ssh"                         :
        {
            "job_manager_endpoint"    : "pbs+ssh://bigred2.uits.indiana.edu/",
            "filesystem_endpoint"     : "sftp://bigred2.uits.indiana.edu/"
        },
        "gsissh"                      :
        {
            "job_manager_endpoint"    : "pbs+ssh://bigred2.uits.indiana.edu/",
            "filesystem_endpoint"     : "sftp://bigred2.uits.indiana.edu/"
        },
        "lrms"                        : "TORQUE",
        "task_launch_method"          : "APRUN",
        "mpi_launch_method"           : "APRUN",
        "pre_bootstrap"               : ["module load python"],
        "valid_roots"                 : ["/N"],
        "pilot_agent"                 : "radical-pilot-agent-multicore.py"
    }
}

