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 @@
"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:
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]:
supported_job_types:
deploy: true
besteffort: true
max_walltime: 0
processor:
microarchitecture: Haswell
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