
{
    "fs2_ssh": {
        "description"                 : "The Distributed ASCI Supercomputer 4 (http://www.cs.vu.nl/das4/).",
        "notes"                       : "None",
        "schemas"                     : ["ssh"],
        "ssh"                         :
        {
            "job_manager_endpoint"    : "sge+ssh://fs2.das4.science.uva.nl/",
            "filesystem_endpoint"     : "sftp://fs2.das4.science.uva.nl/"
        },
        "default_queue"               : "all.q",
        "spmd_variation"              : "openmpi",
        "lrms"                        : "SGE",
        "agent_scheduler"             : "CONTINUOUS",
        "agent_spawner"               : "POPEN",
        "agent_launch_method"         : "SSH",
        "task_launch_method"          : "SSH",
        "mpi_launch_method"           : "MPIRUN",
        "python_interpreter"          : "/usr/bin/python",
        "pre_bootstrap_0"             : ["module load openmpi/gcc"],
        "valid_roots"                 : ["/home", "/var/scratch"],
        "rp_version"                  : "local",
        "virtenv_mode"                : "update",
        "python_dist"                 : "default"
    }
}

