Skip to content

Commit

Permalink
Merge branch 'main' into feature/obc_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 authored Dec 17, 2024
2 parents c7d73ba + 865b310 commit cb54678
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions xmls/NEP10/CEFI_NEP_cobalt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ frecheck -v -r restart -p ncrc6.intel23 -t repro -x CEFI_NEP_cobalt.xml CEFI_NE
<!-- NCRC_GROUP will only have impact for your root dir and work dir on gaea c5/c6-->
<!-- You have to either use -A or go to xml_include/xml_building_blocks/platforms.xml to change project for your project allocation-->
<property name="NCRC_GROUP" value="ira-cefi"/>
<property name="NCRC_GROUP_C5" value="cefi"/>
<property name="GFDL_GROUP" value="cefi"/>

<!--Production run properties. Users can modify these according to their need and/or performance analysis-->
Expand Down
1 change: 1 addition & 0 deletions xmls/NWA12/CEFI_NWA12_cobalt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ frecheck -r layout -p ncrc6.intel23 -x CEFI_NWA12_cobalt.xml CEFI_NWA12_COBALT_V

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

<!--Production run properties. Users can modify these according to their need and/or performance analysis-->
Expand Down
1 change: 1 addition & 0 deletions xmls/NWA12/CEFI_NWA12_cobalt_fms2_yaml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ frecheck -r layout -p ncrc6.intel23 -x CEFI_NWA12_cobalt_fms2_yaml.xml CEFI_NWA1

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

<!--Production run properties. Users can modify these according to their need and/or performance analysis-->
Expand Down
2 changes: 1 addition & 1 deletion xmls/xml_include/xml_building_blocks/platforms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<platform name="ncrc5.intel23">
<freVersion>$(FRE_VERSION)</freVersion>
<compiler type="intel-classic" version="2023.2.0"/>
<project>$(NCRC_GROUP)</project>
<project>$(NCRC_GROUP_C5)</project>
<directory stem="$(FRE_STEM)">
<root>/gpfs/f5/$(project)/scratch/$USER/$(stem)</root>
<scripts>$(rootDir)/$(name)/$(platform)-$(target)/scripts</scripts>
Expand Down

0 comments on commit cb54678

Please sign in to comment.