From 0401b9ffb07ec92cc78824b6df5dfd1709e49c3d Mon Sep 17 00:00:00 2001
From: Dmitriy Yadykin <dimitriy@chalmers.se>
Date: Thu, 10 Apr 2025 17:17:37 +0200
Subject: [PATCH] add new machine choice and modify slightly parameters to
 satisfy validator expectations

---
 input/chease_input_choices.xml  | 4 ++--
 src-f90/Makefile.define_MACHINE | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/input/chease_input_choices.xml b/input/chease_input_choices.xml
index f252c38a..1c85cebd 100644
--- a/input/chease_input_choices.xml
+++ b/input/chease_input_choices.xml
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?jaxfront version=2.66;time=2015-07-03 15:29:53.637?>
 <!-- Copyright 2024 SPC-EPFL -->
 <!--  -->
 <!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
@@ -12,8 +14,6 @@
 <!-- See the License for the specific language governing permissions and -->
 <!-- limitations under the License. -->
 <!-- ********************************************************************** -->
-<?xml version="1.0" encoding="UTF-8"?>
-<?jaxfront version=2.66;time=2015-07-03 15:29:53.637?>
 <parameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:NS1="ImportNamespace">
   <COCOS_verbose>
     <cocos_in>11</cocos_in>
diff --git a/src-f90/Makefile.define_MACHINE b/src-f90/Makefile.define_MACHINE
index a1707577..9d118423 100644
--- a/src-f90/Makefile.define_MACHINE
+++ b/src-f90/Makefile.define_MACHINE
@@ -120,3 +120,6 @@ CHEASE_MACHINE = none
  ifeq ($(findstring marconi.cineca.it,$(DOMAINNAME)),marconi.cineca.it)
    CHEASE_MACHINE = marconi
  endif
+ ifneq (,$(findstring easybuild,$(IMAS_PREFIX)))
+   CHEASE_MACHINE = ITER
+ endif
\ No newline at end of file
-- 
GitLab