Hello,
(I tried to post this before, but I think it was rejected, probably because I attached the files wrongly. If that is not the case, and this is a duplicate, please let me know and delete this. Thank you!)
I am attempting to port CESM2.2 to a local linux machine with intel and gnu compilers. If I am not wrong, ./manage_externals/checkout_externals seems to be successful, but I get multiple errors when running scripts_regression_tests.py, many of those with TestCreateNewCase. All referenced directories in my create_machine.xml (see attatched file) should be writable, unless I am missing any (I have seen here that it is often the cause for this type of errors). I am using intel-oneapi compilers 2021, and openmpi, as default compilers.
I am attaching here my configuration files in $HOME/.cime and the output of the scripts regression file, as well as the output.
I will be very thankful for any suggestions.
As indicated in the instructions for requesting help, I put here the output of ./describe_version
------------------------------------------------------------------------
git describe:
cesm2.2.0-0-g332937b
------------------------------------------------------------------------
------------------------------------------------------------------------
git status:
Not currently on any branch.
Untracked files:
(use "git add <file>..." to include in what will be committed)
describe_version.txt
nothing added to commit but untracked files present (use "git add" to track)
------------------------------------------------------------------------
------------------------------------------------------------------------
manage_externals status:
Processing externals description file : Externals.cfg
Processing externals description file : Externals_CAM.cfg
Processing externals description file : .gitmodules
Processing submodules description file : .gitmodules
Processing externals description file : ../Externals_cime.cfg
Processing externals description file : Externals_CISM.cfg
Processing externals description file : Externals_CLM.cfg
Processing externals description file : Externals_POP.cfg
Checking status of externals: cam, chem_proc, carma, cosp2, clubb, silhs, pumas, atmos_phys, atmos_cubed_sphere, cice, cdeps, fox, cime, cmeps, cism, source_cism, clm, fates, ptclm, fms, mom, mosart, pop, cvmix, marbl, rtm, ww3,
M ./cime
modified sandbox, on cime5.8.32
HEAD detached at cime5.8.32
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: src/drivers/mct/cime_config/config_component.xml
Untracked files:
(use "git add <file>..." to include in what will be committed)
scripts/Tools/case.submitc
scripts/tests/log_scripts_createNewCase
scripts/tests/log_scripts_regression
scripts/tests/scripts_regression_tests.log
scripts/tests/scripts_regression_tests.log2
scripts/tests/scripts_regression_tests.log3
scripts/tests/scripts_regression_tests.log4
scripts/tests/scripts_regression_tests_config.log
src/drivers/mct/cime_config/config_component.xml.backup
no changes added to commit (use "git add" and/or "git commit -a")
e-o ./cime/src/drivers/nuopc/
-, not checked out -->
./components/cam
clean sandbox, on cam_cesm2_2_rel_02
HEAD detached at cam_cesm2_2_rel_02
nothing to commit, working tree clean
./components/cam/chem_proc
clean sandbox, on tools/proc_atm/chem_proc/release_tags/chem_proc5_0_04
./components/cam/src/atmos_phys
clean sandbox, on version0_00_007
HEAD detached at version0_00_007
nothing to commit, working tree clean
./components/cam/src/dynamics/fv3/atmos_cubed_sphere
clean sandbox, on fv3_cesm.04
HEAD detached at fv3_cesm.04
nothing to commit, working tree clean
./components/cam/src/physics/carma/base
clean sandbox, on carma/release_tags/carma3_49_rel
./components/cam/src/physics/clubb
clean sandbox, on clubb_release_b76a124_20200220_c20200320
HEAD detached at clubb_release_b76a124_20200220_c20200320
nothing to commit, working tree clean
./components/cam/src/physics/cosp2/src
clean sandbox, on CFMIP/COSPv2.0/tags/v2.1.4cesm/src
./components/cam/src/physics/pumas
clean sandbox, on pumas_cam-release_v1.3
HEAD detached at pumas_cam-release_v1.3
nothing to commit, working tree clean
./components/cam/src/physics/silhs
clean sandbox, on silhs_clubb_release_b76a124_20200220_c20200320
HEAD detached at silhs_clubb_release_b76a124_20200220_c20200320
nothing to commit, working tree clean
./components/cdeps
clean sandbox, on 45b7a85823da1d187fe500d1be6e96bbcd1dff2e
HEAD detached at 45b7a85
nothing to commit, working tree clean
./components/cdeps/fox
clean sandbox, on 7b9488446b193192dd3f0378541e71099cb4e8a8
HEAD detached at 7b94884
nothing to commit, working tree clean
./components/cice
clean sandbox, on cice5_20200430
HEAD detached at cice5_20200430
nothing to commit, working tree clean
./components/cism
clean sandbox, on cism2_1_69
HEAD detached at cism2_1_69
nothing to commit, working tree clean
./components/cism/source_cism
clean sandbox, on f1a88d6bbe3bb5e2e8817f91aed6de87227f4bb7
HEAD detached at f1a88d6b
nothing to commit, working tree clean
./components/clm
clean sandbox, on release-cesm2.2.01
HEAD detached at release-cesm2.2.01
nothing to commit, working tree clean
./components/clm/src/fates
clean sandbox, on sci.1.30.0_api.8.0.0
HEAD detached at sci.1.30.0_api.8.0.0
nothing to commit, working tree clean
./components/clm/tools/PTCLM
clean sandbox, on PTCLM2_20200902
HEAD detached at PTCLM2_20200902
nothing to commit, working tree clean
e-o ./components/mom
-, not checked out --> mi_20200908
./components/mosart
clean sandbox, on mosart1_0_37
HEAD detached at mosart1_0_37
nothing to commit, working tree clean
./components/pop
clean sandbox, on cesm_pop_2_1_20200730
HEAD detached at cesm_pop_2_1_20200730
nothing to commit, working tree clean
./components/pop/externals/CVMix
clean sandbox, on v0.98-beta
HEAD detached at v0.98-beta
nothing to commit, working tree clean
./components/pop/externals/MARBL
clean sandbox, on cesm2.2-n00
HEAD detached at marbl0.39.1
nothing to commit, working tree clean
./components/rtm
clean sandbox, on rtm1_0_72
HEAD detached at rtm1_0_72
nothing to commit, working tree clean
./components/ww3
clean sandbox, on ww3_200710
HEAD detached at ww3_200710
nothing to commit, working tree clean
e-o ./libraries/FMS
-, not checked out --> fi_20200609
(I tried to post this before, but I think it was rejected, probably because I attached the files wrongly. If that is not the case, and this is a duplicate, please let me know and delete this. Thank you!)
I am attempting to port CESM2.2 to a local linux machine with intel and gnu compilers. If I am not wrong, ./manage_externals/checkout_externals seems to be successful, but I get multiple errors when running scripts_regression_tests.py, many of those with TestCreateNewCase. All referenced directories in my create_machine.xml (see attatched file) should be writable, unless I am missing any (I have seen here that it is often the cause for this type of errors). I am using intel-oneapi compilers 2021, and openmpi, as default compilers.
I am attaching here my configuration files in $HOME/.cime and the output of the scripts regression file, as well as the output.
I will be very thankful for any suggestions.
As indicated in the instructions for requesting help, I put here the output of ./describe_version
------------------------------------------------------------------------
git describe:
cesm2.2.0-0-g332937b
------------------------------------------------------------------------
------------------------------------------------------------------------
git status:
Not currently on any branch.
Untracked files:
(use "git add <file>..." to include in what will be committed)
describe_version.txt
nothing added to commit but untracked files present (use "git add" to track)
------------------------------------------------------------------------
------------------------------------------------------------------------
manage_externals status:
Processing externals description file : Externals.cfg
Processing externals description file : Externals_CAM.cfg
Processing externals description file : .gitmodules
Processing submodules description file : .gitmodules
Processing externals description file : ../Externals_cime.cfg
Processing externals description file : Externals_CISM.cfg
Processing externals description file : Externals_CLM.cfg
Processing externals description file : Externals_POP.cfg
Checking status of externals: cam, chem_proc, carma, cosp2, clubb, silhs, pumas, atmos_phys, atmos_cubed_sphere, cice, cdeps, fox, cime, cmeps, cism, source_cism, clm, fates, ptclm, fms, mom, mosart, pop, cvmix, marbl, rtm, ww3,
M ./cime
modified sandbox, on cime5.8.32
HEAD detached at cime5.8.32
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: src/drivers/mct/cime_config/config_component.xml
Untracked files:
(use "git add <file>..." to include in what will be committed)
scripts/Tools/case.submitc
scripts/tests/log_scripts_createNewCase
scripts/tests/log_scripts_regression
scripts/tests/scripts_regression_tests.log
scripts/tests/scripts_regression_tests.log2
scripts/tests/scripts_regression_tests.log3
scripts/tests/scripts_regression_tests.log4
scripts/tests/scripts_regression_tests_config.log
src/drivers/mct/cime_config/config_component.xml.backup
no changes added to commit (use "git add" and/or "git commit -a")
e-o ./cime/src/drivers/nuopc/
-, not checked out -->
./components/cam
clean sandbox, on cam_cesm2_2_rel_02
HEAD detached at cam_cesm2_2_rel_02
nothing to commit, working tree clean
./components/cam/chem_proc
clean sandbox, on tools/proc_atm/chem_proc/release_tags/chem_proc5_0_04
./components/cam/src/atmos_phys
clean sandbox, on version0_00_007
HEAD detached at version0_00_007
nothing to commit, working tree clean
./components/cam/src/dynamics/fv3/atmos_cubed_sphere
clean sandbox, on fv3_cesm.04
HEAD detached at fv3_cesm.04
nothing to commit, working tree clean
./components/cam/src/physics/carma/base
clean sandbox, on carma/release_tags/carma3_49_rel
./components/cam/src/physics/clubb
clean sandbox, on clubb_release_b76a124_20200220_c20200320
HEAD detached at clubb_release_b76a124_20200220_c20200320
nothing to commit, working tree clean
./components/cam/src/physics/cosp2/src
clean sandbox, on CFMIP/COSPv2.0/tags/v2.1.4cesm/src
./components/cam/src/physics/pumas
clean sandbox, on pumas_cam-release_v1.3
HEAD detached at pumas_cam-release_v1.3
nothing to commit, working tree clean
./components/cam/src/physics/silhs
clean sandbox, on silhs_clubb_release_b76a124_20200220_c20200320
HEAD detached at silhs_clubb_release_b76a124_20200220_c20200320
nothing to commit, working tree clean
./components/cdeps
clean sandbox, on 45b7a85823da1d187fe500d1be6e96bbcd1dff2e
HEAD detached at 45b7a85
nothing to commit, working tree clean
./components/cdeps/fox
clean sandbox, on 7b9488446b193192dd3f0378541e71099cb4e8a8
HEAD detached at 7b94884
nothing to commit, working tree clean
./components/cice
clean sandbox, on cice5_20200430
HEAD detached at cice5_20200430
nothing to commit, working tree clean
./components/cism
clean sandbox, on cism2_1_69
HEAD detached at cism2_1_69
nothing to commit, working tree clean
./components/cism/source_cism
clean sandbox, on f1a88d6bbe3bb5e2e8817f91aed6de87227f4bb7
HEAD detached at f1a88d6b
nothing to commit, working tree clean
./components/clm
clean sandbox, on release-cesm2.2.01
HEAD detached at release-cesm2.2.01
nothing to commit, working tree clean
./components/clm/src/fates
clean sandbox, on sci.1.30.0_api.8.0.0
HEAD detached at sci.1.30.0_api.8.0.0
nothing to commit, working tree clean
./components/clm/tools/PTCLM
clean sandbox, on PTCLM2_20200902
HEAD detached at PTCLM2_20200902
nothing to commit, working tree clean
e-o ./components/mom
-, not checked out --> mi_20200908
./components/mosart
clean sandbox, on mosart1_0_37
HEAD detached at mosart1_0_37
nothing to commit, working tree clean
./components/pop
clean sandbox, on cesm_pop_2_1_20200730
HEAD detached at cesm_pop_2_1_20200730
nothing to commit, working tree clean
./components/pop/externals/CVMix
clean sandbox, on v0.98-beta
HEAD detached at v0.98-beta
nothing to commit, working tree clean
./components/pop/externals/MARBL
clean sandbox, on cesm2.2-n00
HEAD detached at marbl0.39.1
nothing to commit, working tree clean
./components/rtm
clean sandbox, on rtm1_0_72
HEAD detached at rtm1_0_72
nothing to commit, working tree clean
./components/ww3
clean sandbox, on ww3_200710
HEAD detached at ww3_200710
nothing to commit, working tree clean
e-o ./libraries/FMS
-, not checked out --> fi_20200609