Skip to content

Commit 865b310

Browse files
uwaguraUtheri Wagura
andauthored
Add NCRC_GROUP_C5 var to fix f5 paths (#127)
Co-authored-by: Utheri Wagura <Utheri.Wagura@gaea63.ncrc.gov>
1 parent a1c79dd commit 865b310

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

xmls/NEP10/CEFI_NEP_cobalt.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ frecheck -v -r restart -p ncrc6.intel23 -t repro -x CEFI_NEP_cobalt.xml CEFI_NE
6363
<!-- NCRC_GROUP will only have impact for your root dir and work dir on gaea c5/c6-->
6464
<!-- You have to either use -A or go to xml_include/xml_building_blocks/platforms.xml to change project for your project allocation-->
6565
<property name="NCRC_GROUP" value="ira-cefi"/>
66+
<property name="NCRC_GROUP_C5" value="cefi"/>
6667
<property name="GFDL_GROUP" value="cefi"/>
6768

6869
<!--Production run properties. Users can modify these according to their need and/or performance analysis-->

xmls/NWA12/CEFI_NWA12_cobalt.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ frecheck -r layout -p ncrc6.intel23 -x CEFI_NWA12_cobalt.xml CEFI_NWA12_COBALT_V
5656

5757
<!-- Please make sure to change your group, such as b, f, g, m, o... -->
5858
<property name="NCRC_GROUP" value="ira-cefi"/>
59+
<property name="NCRC_GROUP_C5" value="cefi"/>
5960
<property name="GFDL_GROUP" value="cefi"/>
6061

6162
<!--Production run properties. Users can modify these according to their need and/or performance analysis-->

xmls/NWA12/CEFI_NWA12_cobalt_fms2_yaml.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ frecheck -r layout -p ncrc6.intel23 -x CEFI_NWA12_cobalt_fms2_yaml.xml CEFI_NWA1
5656

5757
<!-- Please make sure to change your group, such as b, f, g, m, o... -->
5858
<property name="NCRC_GROUP" value="ira-cefi"/>
59+
<property name="NCRC_GROUP_C5" value="cefi"/>
5960
<property name="GFDL_GROUP" value="cefi"/>
6061

6162
<!--Production run properties. Users can modify these according to their need and/or performance analysis-->

xmls/xml_include/xml_building_blocks/platforms.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<platform name="ncrc5.intel23">
33
<freVersion>$(FRE_VERSION)</freVersion>
44
<compiler type="intel-classic" version="2023.2.0"/>
5-
<project>$(NCRC_GROUP)</project>
5+
<project>$(NCRC_GROUP_C5)</project>
66
<directory stem="$(FRE_STEM)">
77
<root>/gpfs/f5/$(project)/scratch/$USER/$(stem)</root>
88
<scripts>$(rootDir)/$(name)/$(platform)-$(target)/scripts</scripts>

0 commit comments

Comments
 (0)