◆テスト環境
・CentOS release 6.3 (Final)
・Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz
・Memory 12GB
・hostname tai
◆ダウンロードとインストール
$ wget ftp://pi.super-computing.org/Linux_jp/super_pi-jp.tar.gz
$ tar zxvf super_pi-jp.tar.gz
◆実行
約104万桁のパイ計算をさせると以下のメッセージが出て動かない。
$ ./super_pi 20
./super_pi: ./pi: /lib/ld-linux.so.2: bad ELF interpreter: そのようなファイルやディレクトリはありません
そこで、以下のライブラリをインストールした結果、無事に計算できた。
# yum install ld-linux.so.2
$ ./super_pi 20
 Version 2.0 of the super_pi for Linux OS
 Fortran source program was translated into C program with version 19981204 of
 f2c, then generated C source program was optimized manually.
 pgcc 3.2-3 with compile option of “-fast -tp px -Mbuiltin -Minline=size:1000 -Mnoframe -Mnobounds -Mcache_align -Mdalign -Mnoreentrant” was used for the
 compilation.
 —— Started super_pi run : 2013年 3月 5日 火曜日 12:47:30 JST
 Start of PI calculation up to 1048576 decimal digits
 End of initialization. Time=       0.142 Sec.
 I= 1 L=       0        Time=       0.374 Sec.
 I= 2 L=       0        Time=       0.429 Sec.
 I= 3 L=       1        Time=       0.428 Sec.
 I= 4 L=       2        Time=       0.429 Sec.
 I= 5 L=       5        Time=       0.429 Sec.
 I= 6 L=      10        Time=       0.429 Sec.
 I= 7 L=      21        Time=       0.428 Sec.
 I= 8 L=      43        Time=       0.429 Sec.
 I= 9 L=      87        Time=       0.428 Sec.
 I=10 L=     174        Time=       0.428 Sec.
 I=11 L=     349        Time=       0.428 Sec.
 I=12 L=     698        Time=       0.428 Sec.
 I=13 L=    1396        Time=       0.428 Sec.
 I=14 L=    2794        Time=       0.426 Sec.
 I=15 L=    5588        Time=       0.426 Sec.
 I=16 L=   11176        Time=       0.422 Sec.
 I=17 L=   22353        Time=       0.414 Sec.
 I=18 L=   44707        Time=       0.399 Sec.
 I=19 L=   89415        Time=       0.368 Sec.
 End of main loop
 End of calculation.    Time=       8.434 Sec.
 End of data output.    Time=       0.050 Sec.
 Total calculation(I/O) time=       8.484(       0.213) Sec.
 —— Ended super_pi run : 2013年 3月 5日 火曜日 12:47:38 JST