diff --git a/input/chease_input_choices.xml b/input/chease_input_choices.xml index f252c38ae681bb19003c648ac4c4303d80f04bd5..1c85cebd0f4bc7d513a719257f6ddbc9b1c2a93f 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 a1707577a7ff37fbb1b9748efa03ba1c05728bca..9d118423fa8d5b02080d61cd97be8fb72017173a 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