-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compiling issue with CCPP #95
Comments
Yes, I encountered this error too.
What I found is that for the first time if you set "NO" and subsequently it
works fine.
I hope someone can fix this.
…On Thu, Apr 2, 2020 at 10:49 AM Phil Pegion ***@***.***> wrote:
There is an issue with you issue the clean before command with CCPP
enabled on hera (not sure if this problem also exists on other platforms).
The command I issue in the tests directory is
compile.sh ${PWD}/../FV3 hera.intel '32BIT=Y HYDRO=N CCPP=Y
SUITE=FV3_GFS_v16beta' 1 YES NO
and the error is:
make[1]: Entering directory /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src'
GNUmakefile:16:
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/
test-results.mk: No such file or directory Components in linker order:
FV3 CCPP FMS FV3: include GNUmakefile:70: : component FV3 makefile fragment
is missing CCPP: include GNUmakefile:70: : component CCPP makefile fragment
is missing FMS: include GNUmakefile:70: : component FMS makefile fragment
is missing gmake[1]: *** No rule to make target
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/
test-results.mk'.
gmake[1]: Failed to remake makefile
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/
test-results.mk'. rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ;
gmake clean gmake[2]: Entering directory
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/ENS_Cpl'
rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
gmake[2]: Leaving directory /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/ENS_Cpl'
gmake[1]: Leaving directory
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src'
rm -f
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/exe/NEMS.x
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/configure.nems.NUOPC
rm -f
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/configure.nems
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/externals.nems
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/modules.nems
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/ESMFVersionDefine.h
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/
modules.nems.sh
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/modules.nems.csh
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/
test-results.mk
gmake: Target `distclean' not remade because of errors.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#95>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALLVRYV5NQ7R6MYE65M54ITRKSQYJANCNFSM4L2Q3JYQ>
.
--
Dr. Shrinivas Moorthi
Research Meteorologist
Modeling and Data Assimilation Branch
Environmental Modeling Center / National Centers for Environmental
Prediction
5830 University Research Court - (W/NP23), College Park MD 20740 USA
Tel: (301)683-3718
e-mail: Shrinivas.Moorthi@noaa.gov
Phone: (301) 683-3718 Fax: (301) 683-3718
|
Can either of you confirm that this has been fixed in NEMS and that it works for you? |
I have no problem compiling anymore (with recent updates in NEMS) |
Great, thanks. @pjpegion please close the issue when you get a chance. Thanks! |
climbfuji
pushed a commit
to climbfuji/ufs-weather-model
that referenced
this issue
Jul 21, 2021
…_and_joe_changes_combined_20210712 Wrapper PR for ufs-community#94 (GF aerosol updates and tunings)
epic-cicd-jenkins
pushed a commit
that referenced
this issue
Apr 17, 2023
Change path in LBC1 to LBCN script to accomodate the sorc directory
epic-cicd-jenkins
pushed a commit
that referenced
this issue
Apr 17, 2023
* Add the FV3_HRRR suite to the list of suites to build. * Update regional_workflow hash.
mkavulich
pushed a commit
to mkavulich/ufs-weather-model
that referenced
this issue
Aug 24, 2023
UFS-dev PR#57
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an issue with you issue the clean before command with CCPP enabled on hera (not sure if this problem also exists on other platforms).
The command I issue in the tests directory is
compile.sh ${PWD}/../FV3 hera.intel '32BIT=Y HYDRO=N CCPP=Y SUITE=FV3_GFS_v16beta' 1 YES NO
and the error is:
make[1]: Entering directory
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src' GNUmakefile:16: /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/test-results.mk: No such file or directory Components in linker order: FV3 CCPP FMS FV3: include GNUmakefile:70: : component FV3 makefile fragment is missing CCPP: include GNUmakefile:70: : component CCPP makefile fragment is missing FMS: include GNUmakefile:70: : component FMS makefile fragment is missing gmake[1]: *** No rule to make target
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/test-results.mk'.gmake[1]: Failed to remake makefile
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/test-results.mk'. rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean gmake[2]: Entering directory
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/ENS_Cpl'rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
gmake[2]: Leaving directory
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/ENS_Cpl' gmake[1]: Leaving directory
/scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src'rm -f /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/exe/NEMS.x /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/configure.nems.NUOPC
rm -f /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/configure.nems /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/externals.nems /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/modules.nems /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/ESMFVersionDefine.h /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/modules.nems.sh /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/modules.nems.csh /scratch2/BMC/gsienkf/Philip.Pegion/ufs-weather-model-clara-ccpp/NEMS/src/conf/test-results.mk
gmake: Target `distclean' not remade because of errors.
The text was updated successfully, but these errors were encountered: