Mentions légales du service

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

[Grenoble][Chartreuse3] Add max walltime

parent 6ea7b401
Branches
No related tags found
1 merge request!1216[Grenoble][Chartreuse3] chartreuse3 from testing to production
Pipeline #1160690 passed with warnings
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 0, "max_walltime": 86400,
"queues": [ "queues": [
"admin", "admin",
"production" "production"
......
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 0, "max_walltime": 172800,
"queues": [ "queues": [
"admin", "admin",
"production" "production"
......
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 0, "max_walltime": 604800,
"queues": [ "queues": [
"admin", "admin",
"production" "production"
......
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 0, "max_walltime": 604800,
"queues": [ "queues": [
"admin", "admin",
"production" "production"
......
...@@ -8,11 +8,19 @@ queues: ...@@ -8,11 +8,19 @@ queues:
- admin - admin
- production - production
nodes: nodes:
chartreuse3-1:
supported_job_types:
max_walltime: 86400
chartreuse3-2:
supported_job_types:
max_walltime: 172800
chartreuse3-[3-4]:
supported_job_types:
max_walltime: 604800
chartreuse3-[1-4]: chartreuse3-[1-4]:
supported_job_types: supported_job_types:
deploy: true deploy: true
besteffort: true besteffort: true
max_walltime: 0
processor: processor:
microarchitecture: Haswell microarchitecture: Haswell
clock_speed: 2_600_000_000 clock_speed: 2_600_000_000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment