
{
    "bigred2_aprun": {
        "description"                 : "Indiana University's Cray XE6/XK7 cluster (https://kb.iu.edu/d/bcqt).",
        "notes"                       : "None",
        "schemas"                     : ["ssh"],
        "ssh"                         :
        {
            "job_manager_endpoint"    : "torque+ssh://bigred2.uits.iu.edu/",
            "filesystem_endpoint"     : "sftp://bigred2.uits.iu.edu/"
        },
        "lrms"                        : "TORQUE",
        "agent_scheduler"             : "CONTINUOUS",
        "agent_spawner"               : "POPEN",
        "agent_launch_method"         : "APRUN",
        "task_launch_method"          : "APRUN",
        "mpi_launch_method"           : "APRUN",
        "pre_bootstrap_0"             : ["module load python/2.7.8"],
        "valid_roots"                 : ["/N"],
        "rp_version"                  : "local",
        "virtenv_mode"                : "create",
        "stage_cacerts"               : true,
        "python_dist"                 : "default"
    },
    "bigred2_ccm_ssh": {
        "description"                 : "Indiana University's Cray XE6/XK7 cluster in Cluster Compatibility Mode (CCM) (https://kb.iu.edu/d/bcqt).",
        "notes"                       : "None",
        "schemas"                     : ["ssh"],
        "ssh"                         :
        {
            "job_manager_endpoint"    : "torque+ssh://bigred2.uits.iu.edu/?gres=ccm",
            "filesystem_endpoint"     : "sftp://bigred2.uits.iu.edu/"
        },
        "lrms"                        : "CCM",
        "agent_scheduler"             : "CONTINUOUS",
        "agent_spawner"               : "POPEN",
        "agent_launch_method"         : "SSH",
        "task_launch_method"          : "SSH",
        "mpi_launch_method"           : "MPIRUN",
        "pre_bootstrap_0"             :
        [
          "module switch PrgEnv-cray PrgEnv-gnu",
          "module load ccm",
          "module load openmpi/ccm/gnu/1.8.4",
          "module load python/2.7.8"
        ],
        "forward_tunnel_endpoint"     : "localhost",
        "tunnel_bind_device"          : "ipogif0",
        "default_remote_workdir"      : "/N/dc2/scratch/$USER",
        "valid_roots"                 : ["/N"],
        "rp_version"                  : "local",
        "virtenv_mode"                : "create",
        "stage_cacerts"               : true,
        "python_dist"                 : "default"
    }
}

