Skip to content
Snippets Groups Projects
Commit 0401b9ff authored by Dmitriy Yadykin's avatar Dmitriy Yadykin
Browse files

add new machine choice and modify slightly parameters to satisfy validator expectations

parent a9a9a120
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<?jaxfront version=2.66;time=2015-07-03 15:29:53.637?>
<!-- Copyright 2024 SPC-EPFL --> <!-- Copyright 2024 SPC-EPFL -->
<!-- --> <!-- -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); --> <!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
...@@ -12,8 +14,6 @@ ...@@ -12,8 +14,6 @@
<!-- See the License for the specific language governing permissions and --> <!-- See the License for the specific language governing permissions and -->
<!-- limitations under the License. --> <!-- 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"> <parameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:NS1="ImportNamespace">
<COCOS_verbose> <COCOS_verbose>
<cocos_in>11</cocos_in> <cocos_in>11</cocos_in>
......
...@@ -120,3 +120,6 @@ CHEASE_MACHINE = none ...@@ -120,3 +120,6 @@ CHEASE_MACHINE = none
ifeq ($(findstring marconi.cineca.it,$(DOMAINNAME)),marconi.cineca.it) ifeq ($(findstring marconi.cineca.it,$(DOMAINNAME)),marconi.cineca.it)
CHEASE_MACHINE = marconi CHEASE_MACHINE = marconi
endif endif
ifneq (,$(findstring easybuild,$(IMAS_PREFIX)))
CHEASE_MACHINE = ITER
endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment