Skip to content

Failed on generating ICS and BCS for predefined grid in 3km #752

Answered by natalie-perlin
htan2013 asked this question in Q&A
Discussion options

You must be logged in to vote

Haochen,

The memory fix for the UFS_UTILS did solve the issue. Please do the following to update it in your code, considering your SRW= :

  1. Clean-up the earlier build of the code:
   cd ${SRW}
   ./devclean.sh -a --sub-modules
  1. Change the hash in Externals.cfg, and check out the submodules:
sed -i -e "s|ca9bed8|2d1490f|" Externals.cfg
 ./manage_externals/checkout_externals
  1. Update some modulefiles before building the code,
  cd ./modulefiles
Change the line 17 in `build_cheyenne_intel.lua` to the following:
prepend_path("MODULEPATH","/glade/work/epicufsrt/contrib/hpc-stack/intel2022.1/modulefiles/stack")
Build:
    cd ${SRW}
    ./devbuild.sh --platform=cheyenne --compiler=intel
  1. C…

Replies: 5 comments 10 replies

Comment options

You must be logged in to vote
2 replies
@htan2013
Comment options

@htan2013
Comment options

Comment options

You must be logged in to vote
1 reply
@htan2013
Comment options

Comment options

You must be logged in to vote
2 replies
@htan2013
Comment options

@natalie-perlin
Comment options

Comment options

You must be logged in to vote
3 replies
@natalie-perlin
Comment options

@MichaelLueken
Comment options

@natalie-perlin
Comment options

Comment options

You must be logged in to vote
2 replies
@htan2013
Comment options

@natalie-perlin
Comment options

Answer selected by natalie-perlin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants