摘要:
./install -mode silent -agreeToLicense yes -destinationFolder /home/yanzhh/wq/Programs/MCRexport LD_LIBRARY_PATH=$Programs/MATLAB/MATLAB_Runtime/v717/... 阅读全文
随笔档案-2016年01月
cat *.txt | grep '>' | wc -l
2016-01-12 14:10 by 丨o聽乄雨o丨, 705 阅读, 收藏, 编辑
摘要:
find the line where the '>' located, and make a statistic. 阅读全文
rosetta common sh: mpiCC command not found解决方法
2016-01-07 16:25 by 丨o聽乄雨o丨, 4906 阅读, 收藏, 编辑
摘要:
在执行多线程编译rosetta时执行: python scons.py bin mode=release extras=mpi -j8 编译安装rosetta 会出现错误sh: mpiCC command not found导致编译终止。 解决方法: 1.首先确定已安装openmpi,不管你是安到/ 阅读全文
ls|grep -v pdb$
2016-01-05 11:21 by 丨o聽乄雨o丨, 247 阅读, 收藏, 编辑
摘要:
show files which have no strings 'pdb'. 阅读全文