IDL

折腾笔记:在itanium2服务器上安装gnuplot及octave的故事

在服务器上处理大数据,前一阶段一直把数据整理好了再传到本地用Matlab画图分析。最近希望更高效些,直接在服务器上可视化,于是开始折腾。此处记录折腾过程中的点滴经验,备忘并供参考。

  • step 1: 开启服务器的本地图形显示。

只要两边操作系统的ssh不是太老,这一步很简单

ssh -X user@host

Linking Error: hidden symbol ... is referenced by DSO

The following error was reported when I was trying to install the k-correction and photo-z package from http://cosmo.nyu.edu/~mb144/kcorrect/

on a sgi altix 64-bit server with gnu-linux system:

/usr/bin/ld: /opt/kcorrect/bin/k_test_filter: hidden symbol `__modsi3' in /usr/lib/gcc-lib/ia64-redhat-linux/3.2.3/libgcc.a(__modsi3.oS) is referenced by DSO
collect2: ld returned 1 exit status
make[1]: *** [/opt/kcorrect/bin/k_test_filter] Error 1

while it passes without problem on my local ubuntu 8.10 system.

SDSS binutils for IDL installation

[中文版]

If you are trying to install SDSS binutils package for IDL on a pretty up-to-date Linux box following the instructions on SDSS site, probably you get two kinds of errors,for example:

Error: output to /lib/libmangle.a  ,permission denied.

Error: azel.s.o  not found (or "f77 : program not found " if you have not installed f77 with f2c)

SDSS IDL工具包binutils的安装

[English Version]

首先,下载该工具包。

SDSS网页上一堆都是帮助文档,要找到下载地址还得费一番力气。从下面的链接下载所需的压缩包:

http://spectro.princeton.edu/tarballs/

这个地址罗列了几个软件包的各个版本。这里我们只需要idlutils,选择当前的最新版比如idlutils-v5_3_0.tar,下载。

你可以参考

http://spectro.princeton.edu/idlspec2d_install.html#install_tar

IDL简介

作者:蒋雪健 
美国RSI公司(现并入ittvis--编者注)的旗舰产品--IDL(Interactive Data Language)
交互式数据语言是进行二维及多维数据可视化表现、分析及应用开发的理想软件工具。作
为面向矩阵、语法简单的第四代可视化语言,IDL致力于科学数据的可视化和分
析,是跨平台应用开发的最佳选择。
早在1982年NASA的火星飞越航空器的开发就使用IDL软件,到现在IDL已经被列为国外
  

IDL/Matlab Starting Error: Permission denied

Selinux 问题 

聚合内容