
{
    "tutorial": {
        "description"                 : "Our private tutorial VM on EC2",
        "notes"                       : "None",
        "schemas"                     : ["ssh", "local"],
        "ssh"                         : 
        {
            "job_manager_endpoint"    : "torque+ssh://23.23.136.91/",
            "filesystem_endpoint"     : "sftp://23.23.136.91/"
        },
        "local"                       : 
        {
            "job_manager_endpoint"    : "torque://localhost/",
            "filesystem_endpoint"     : "file://localhost/"
        },
        "lrms"                        : "TORQUE",
        "agent_scheduler"             : "CONTINUOUS",
        "agent_spawner"               : "POPEN",
        "agent_launch_method"         : "FORK",
        "task_launch_method"          : "FORK",
        "mpi_launch_method"           : "MPIRUN",
        "default_queue"               : "batch",
        "python_interpreter"          : "/usr/bin/python",
        "pre_bootstrap_0"             : [],
        "valid_roots"                 : ["/home/","/tmp/"],
        "rp_version"                  : "local",
        "virtenv"                     : "%(resource_sandbox)s/ve_tutorial",
        "virtenv_mode"                : "update",
        "python_dist"                 : "default"
    },
    "one": {
        "description"                 : "radical server 1",
        "notes"                       : "None",
        "schemas"                     : ["ssh", "local"],
        "ssh"                         : 
        {
            "job_manager_endpoint"    : "ssh://144.76.72.175/",
            "filesystem_endpoint"     : "sftp://144.76.72.175/"
        },
        "local"                       : 
        {
            "job_manager_endpoint"    : "fork://localhost/",
            "filesystem_endpoint"     : "file://localhost/"
        },
        "lrms"                        : "FORK",
        "agent_scheduler"             : "CONTINUOUS",
        "agent_spawner"               : "POPEN",
        "agent_launch_method"         : "FORK",
        "task_launch_method"          : "FORK",
        "mpi_launch_method"           : "MPIRUN",
        "default_queue"               : "batch",
        "python_interpreter"          : "/usr/bin/python",
        "pre_bootstrap_0"             : [],
        "valid_roots"                 : ["/home/","/tmp/"],
        "rp_version"                  : "local",
        "virtenv_mode"                : "update",
        "python_dist"                 : "default"
    },
    "two": {
        "description"                 : "radical server 2",
        "notes"                       : "None",
        "schemas"                     : ["ssh", "local"],
        "ssh"                         : 
        {
            "job_manager_endpoint"    : "ssh://138.201.86.166/",
            "filesystem_endpoint"     : "sftp://138.201.86.166/"
        },
        "local"                       : 
        {
            "job_manager_endpoint"    : "fork://localhost/",
            "filesystem_endpoint"     : "file://localhost/"
        },
        "lrms"                        : "FORK",
        "agent_scheduler"             : "CONTINUOUS",
        "agent_spawner"               : "POPEN",
        "agent_launch_method"         : "FORK",
        "task_launch_method"          : "FORK",
        "mpi_launch_method"           : "MPIRUN",
        "default_queue"               : "batch",
        "python_interpreter"          : "/usr/bin/python",
        "pre_bootstrap_0"             : [],
        "valid_roots"                 : ["/home/","/tmp/"],
        "rp_version"                  : "local",
        "virtenv_mode"                : "update",
        "python_dist"                 : "default"
    }
}

