{
    "fs1_ssh": {
        "description"                 : "The Distributed ASCI Supercomputer 5 (http://www.cs.vu.nl/das5/).",
        "notes"                       : "None",
        "schemas"                     : ["ssh"],
        "ssh"                         :
        {
            "job_manager_endpoint"    : "slurm+ssh://fs1.das5.liacs.nl",
            "filesystem_endpoint"     : "sftp://fs1.das5.liacs.nl/"
        },
        "default_queue"               : "defq",
        "lrms"                        : "SLURM",
        "agent_scheduler"             : "CONTINUOUS",
        "agent_spawner"               : "POPEN",
        "agent_launch_method"         : "SSH",
        "task_launch_method"          : "SSH",
        "mpi_launch_method"           : "MPIRUN",
        "pre_bootstrap_0"             : [
            ". /etc/bashrc",
            ". /etc/profile.d/modules.sh",
            "module load openmpi/gcc/64"
        ],
        "default_remote_workdir"      : "/var/scratch/$USER",
        "valid_roots"                 : ["/home", "/var/scratch"],
        "rp_version"                  : "local",
        "virtenv_mode"                : "update",
        "python_dist"                 : "default"
    }
}
