Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Errors in porting CESM2.2

zsy1207

zsy1207
New Member
I am a novice,.I am trying to install CESM in the school's HPC and encountered the following problems.


./manage_externals/checkout_externals
Processing externals description file : Externals.cfg
Processing externals description file : Externals_CLM.cfg
Checking status of externals: clm, fates, ptclm, mosart, ww3, cime, cice, pop, cism, rtm, cam,
Checking out externals: clm, mosart, ERROR:root:Command '[u'git', u'clone', u'--quiet', u'ESCOMP/MOSART', u'mosart']' returned non-zero exit status 128
ERROR:root:Failed with output:
fatal: unable to access 'ESCOMP/MOSART': Empty reply from server

ERROR: In directory
/nuist/u/home/yum/zhousy/my_cesm_sandbox/components
Process did not run successfully; returned status 128:
git clone --quiet ESCOMP/MOSART mosart
See above for output from failed command.
Please check the log file manage_externals.log for more details.

ERROR: Failed with output:
fatal: unable to access 'ESCOMP/MOSART': Empty reply from server

ERROR: In directory
/nuist/u/home/yum/zhousy/my_cesm_sandbox/components
Process did not run successfully; returned status 128:
git clone --quiet ESCOMP/MOSART mosart
See above for output from failed command.
Please check the log file manage_externals.log for more details.

Thanks♪(・ω・)ノ
 

erik

Erik Kluzek
CSEG and Liaisons
Staff member
OK, so it's failing in its attempt to clone the MOSART directory. It's not clear to me why it's failing there though. First do you have git installed? And if you do

git --version

what do you see? Next you might try to clone the MOSART github repo directly and see what it does.

git clone ESCOMP/MOSART mosart

Also check for permissions problems. What are the permissions for the directory "/nuist/u/home/yum/zhousy/my_cesm_sandbox/components"?

ls -l /nuist/u/home/yum/zhousy/my_cesm_sandbox/components
 
Top