When porting DART on CORI, the compiling process of CESM got error:
cannot find -lmemkind
I checked my error log and found that the compiler cannot find some libraries. After loading memkind, the CESM component can be compiled successfully. It's strange because I cannot find command line like "module load memkind" in your related config files. I am working forward and will inform you later.
起名为Razortail,剃刀之尾,继续纪念我的D2青春。
私钥需要好好保存。
按这里的来:http://celerysoft.github.io/2016-01-15.html
configure ss出问题,asciidoc找不到,挂–disable-documentation参数。
之后又出现
configure: error: Couldn’t find libudns. Try installing libudns-dev or udns-devel
错误,看起来还是缺库,尝试yum安装,发现找不到这个lib。尝试添加remi的yum源:
https://rpms.remirepo.net/wizard/
重新尝试了centos7情景下先安装的yum库
https://www.ifshow.com/centos-7-installation-and-configuration-shadowsocks/
成功configure!
安装后,运行ss-server出现libsodium.so.18 库找不到,从lib下ln到lib64解决,运行出现问题
2017-07-03 14:34:01 ERROR: bind: Cannot assign requested address
经查,居然要把config文件的ip设置为0.0.0.0,无语。
之后可用,启动服务即可。
systemctl start ss.service systemctl enable ss.service
停止服务:
systemctl stop ss.service
取消shadowsocks开机自启
systemctl disable ss.service
查看日志文件
less /var/log/shadowsocks.log
When move all the code from HPC4 to savio, and config all machine related environmental variables, the create_newcase got the error:
The perl module XML::LibXML is needed for XML parsing in the CESM script system
search
https://bb.cgd.ucar.edu/warning-cesm122
cesm_setup后出现新错误
gmake: c: Command not found
https://bb.cgd.ucar.edu/porting-cesm-120-local-cluster-linux-intel-or-pgi125表示增加几个flag即可,后对比Macro文件发现少很多东西。
原来 config_machine.xml中
<COMPILERS>intel14</COMPILERS>
我写成intel13在config_compiler的时候找不到标的。换成intel后即可。
后到最后连接过程出现错误
ld: cannot find -lrefblas
找不到库文件,经查为lapack的一个lib flag。需要重命名之。