陈超
Windows下自带Linux使用GAMIT问题
2018-3-30 16:37
阅读:4544

 1、安装略微变化

sudo apt-get update

sudo apt-get install gcc

sudo apt-get install gfortran

sudo apt-get install csh

sudo apt-get install tcsh

sudo apt-get install libx11-dev

sudo apt-get install make

2、解算数据时候出现如下错误:

bc: Command not found.

bc: Command not found.

bc: Command not found.

foreach: Too many arguments.

查看解算日志文件,发现无法链接rinex目录下的观测数据:

sh_link_rinex -year 2017 -days 010 -ndays 1 0 -sesfo 0 0 24 0 -dir /home/chaoshu/gamit_expt/demo/rinex -minspan 0.1

执行出现错误!

查找发现问题如下:

linux字符界面下也是有计算器的,那就是bc!

需要安装一下bc

sudo apt-get install bc


3、csh下面添加环境变量出现,Word too long

解决办法

Try the following steps:

Step 1:

sudo apt-get install tcsh

Step 2:

sudo update-alternatives --config csh

Select tcsh from the list of choices available.


转载本文请联系原作者获取授权,同时请注明本文来自陈超科学网博客。

链接地址:https://wap.sciencenet.cn/blog-858128-1106530.html?mobile=1

收藏

分享到:

当前推荐数:0
推荐到博客首页
网友评论1 条评论
确定删除指定的回复吗?
确定删除本博文吗?