Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 41779804 authored by DOMINOIS Hugo's avatar DOMINOIS Hugo
Browse files

Merge branch 'esterel1' into 'master'

[sophia][esterel1] Change to production queue

See merge request !1127
parents 98c86a2f 1ca3b7b4
No related branches found
No related tags found
1 merge request!1127[sophia][esterel1] Change to production queue
Pipeline #1141887 passed
Pipeline: Resources Explorer

#1141895

    ......@@ -1498,6 +1498,61 @@
    ]
    }
    },
    "esterel1": {
    "besteffort": {
    "ggas": [
    "cidre",
    "kerdata",
    "magellan",
    "myriads",
    "pacap",
    "wide",
    "pirat",
    "coast",
    "avalon",
    "chroma",
    "emeraude",
    "maracas",
    "inria-chile",
    "inria-dsi",
    "inria-sidf",
    "swh",
    "tadaam"
    ],
    "sites": [
    "mc-rennes",
    "mc-nancy",
    "mc-lyon",
    "mc-economic-activity",
    "mc-sophia",
    "mc-lille",
    "mc-grenoble",
    "mc-paris",
    "mc-saclay",
    "mc-bordeaux",
    "mc-siege",
    "mc-guest",
    "slices-fr-grenoble",
    "slices-fr-lille",
    "slices-fr-lyon",
    "slices-fr-nancy",
    "slices-fr-nantes",
    "slices-fr-rennes",
    "slices-fr-sophia",
    "slices-fr-strasbourg",
    "slices-fr-toulouse"
    ]
    },
    "p1": {
    "ggas": [
    "mathneuro"
    ],
    "sites": [
    "mc-staff-site",
    "g5k-staff-site"
    ]
    }
    },
    "esterel10": {
    "p1": {
    "ggas": [
    ......
    ......@@ -57,7 +57,7 @@
    "priority": 201611,
    "queues": [
    "admin",
    "testing"
    "production"
    ],
    "redfish": true,
    "type": "cluster",
    ......
    ......@@ -169,8 +169,8 @@
    "turboboost_enabled": true
    },
    "performance": {
    "core_flops": 16000000000,
    "node_flops": 128000000000
    "core_flops": 41600000000,
    "node_flops": 332800000000
    },
    "processor": {
    "cache_l1": null,
    ......@@ -178,10 +178,10 @@
    "cache_l1i": 32768,
    "cache_l2": 262144,
    "cache_l3": 10485760,
    "clock_speed": 2000000000,
    "clock_speed": 2600000000,
    "ht_capable": true,
    "instruction_set": "x86-64",
    "microarchitecture": "Sandy Bridge",
    "microarchitecture": "Broadwell",
    "microcode": "0xb000040",
    "model": "Intel Xeon",
    "other_description": "Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz",
    ......@@ -221,10 +221,10 @@
    "supported_job_types": {
    "besteffort": true,
    "deploy": true,
    "max_walltime": 0,
    "max_walltime": 604800,
    "queues": [
    "admin",
    "testing"
    "production"
    ],
    "virtual": "ivt"
    },
    ......
    ......@@ -17,6 +17,10 @@ esterel10: *inria-sophia
    mercantour5: *inria-sophia
    # DEDICATED MODE
    esterel1:
    p1: [mathneuro, '@admin']
    besteffort: ['@inria_group', '@other_groups_with_access']
    esterel2: &dedicated-epione
    p1: [epione, '@admin']
    besteffort: ['@inria_group', '@other_groups_with_access']
    ......
    ......@@ -6,7 +6,7 @@ boot_type: uefi
    exotic: false
    queues:
    - admin
    - testing
    - production
    nodes:
    esterel1-1:
    chassis:
    ......@@ -15,10 +15,10 @@ nodes:
    supported_job_types:
    deploy: true
    besteffort: true
    max_walltime: 0
    max_walltime: 604800
    processor:
    microarchitecture: Sandy Bridge
    clock_speed: 2000000000
    microarchitecture: Broadwell
    clock_speed: 2600000000
    network_adapters:
    bmc:
    interface: Ethernet
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment