Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 83092553 authored by DOAN Lancelot's avatar DOAN Lancelot
Browse files

Merge branch 'chartreuse2Prod_2' into 'master'

[Grenoble][Chartreuse2] Change walltime for chartreuse2

See merge request !1123
parents 07689c52 5dba6bfc
No related branches found
No related tags found
1 merge request!1123[Grenoble][Chartreuse2] Change walltime for chartreuse2
Pipeline #1140140 passed
Pipeline: Resources Explorer

#1140143

    ......@@ -200,7 +200,7 @@
    "supported_job_types": {
    "besteffort": true,
    "deploy": true,
    "max_walltime": 0,
    "max_walltime": 86400,
    "queues": [
    "admin",
    "production"
    ......
    ......@@ -200,7 +200,7 @@
    "supported_job_types": {
    "besteffort": true,
    "deploy": true,
    "max_walltime": 0,
    "max_walltime": 172800,
    "queues": [
    "admin",
    "production"
    ......
    ......@@ -200,7 +200,7 @@
    "supported_job_types": {
    "besteffort": true,
    "deploy": true,
    "max_walltime": 0,
    "max_walltime": 604800,
    "queues": [
    "admin",
    "production"
    ......
    ......@@ -200,7 +200,7 @@
    "supported_job_types": {
    "besteffort": true,
    "deploy": true,
    "max_walltime": 0,
    "max_walltime": 604800,
    "queues": [
    "admin",
    "production"
    ......
    ......@@ -8,11 +8,19 @@ queues:
    - admin
    - production
    nodes:
    chartreuse2-1:
    supported_job_types:
    max_walltime: 86400
    chartreuse2-2:
    supported_job_types:
    max_walltime: 172800
    chartreuse2-[3-4]:
    supported_job_types:
    max_walltime: 604800
    chartreuse2-[1-4]:
    supported_job_types:
    deploy: true
    besteffort: true
    max_walltime: 0
    processor:
    microarchitecture: Broadwell
    clock_speed: 2400000000
    ......
    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