AIPS trouble shooting
如果你选择将AIPS的tar包下载下来安装,可能会碰到诸多问题,譬如编辑器的问题,这里就涉及到了你必须要安装Intel的FORTRAN编辑器和C、C++编辑器,并且这些都不是免费的,虽然有30天的试用评估版本,还是会有很多的问题的,所以这种方式不推荐。
两者的安装与Intel IPP类似,方法雷同,见:
http://guoshaoguang.com/blog/2011/05/10/如何下载-intel-integrated-performance-primitives-intel-ipp/
START_AIPS: AIPS_ROOT is not a directory; cannot start AIPS.
The solutions
1 | $ cd /the/directory/of/aips |
还有一种情况是对比一下两个文件,估计AIPS_ROOT不一致,修改即可
1 | $ vim /home/aips/LOGIN.SH |
AIPS troubleshooting, Data directory undefined
默认情况在AIPS/DA00/DADEVS.LIST是可以看到这个信息的,不过如果希望使用不同的,或者有这个问题,可以通过创建文件$HOME/.dadevs.always
进行解决,内容如下:
1 | + /the/path/you/want/to/store/AIPS/LUSTRE_1 |
FILAIP / POPSDAT 出错
解决方法为
1 | $ source LOGIN.SH |