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
 
Back
Top