NEWEST /
BACK >
2010,07,20, Tuesday
author : Hiroyo NISHIDE
http://compbio.dfci.harvard.edu/tgi/
DFCIに移ったそうです
| BioInformatics::Other |
06:11 PM |
comments (0) |
trackback (x) |
2010,06,23, Wednesday
author : Hiroyo NISHIDE
"MEME currently does not support Open MPI" とつれない MEME ですが、
OpenMPI でちゃんと動きました。
% ./configure --with-mpidir=/openmpi_root_path
で、コンパイル&インストール
SGEのスクリプトはこう書きます
#!/bin/sh
#$ -pe mpi_pe 8
meme data_set meme_option -p 8
インストールガイドに、
Once mpicc and qsub are located by configure, the parallel version of MEME,
called meme_p is compiled and installed automatically via commands make and make install.
とあるので、思わず meme_p と書いてしまいそうですがこれは間違いで
meme_p は meme から自動で呼ばれ、気にしなくていいもののようです。
the -p <np> argument causes a version of MEME compiled for a parallel CPU architecture to be run. (By placing <np> in quotes you may pass installation specific switches to the 'mpirun' command. The number of processors to run on must be the first argument following -p).
とあり、コンパイルうまくいってれば mpirun を書く必要もないということでした〜
| BioInformatics::Software |
09:09 AM |
comments (0) |
trackback (x) |
2010,06,07, Monday
author : Hiroyo NISHIDE
MrBayes を64bit版、MPI対応でインストール。
% less Makefile
ARCHITECTURE = unix
MPI = yes
OPTFLAGS = -O3
ここいらでバッチをゲット
http://technical.bestgrid.org/index.php/Bioinformatics_applications_at_University_of_Canterbury_HPC
% setenv OBJECT_MODE 64
% make _64BIT=yes
/usr/bin/ld: cannot find -lncurses
この場合、-l に続くパッケージ(nucurses)のライブラリがないので、
yum で(探してから)インストール
% yum search ncurses
% yum install ncurses-devel.x86_64
エラーはなくなりインストール完了しました
| BioInformatics::Software |
01:32 PM |
comments (0) |
trackback (x) |
2010,03,09, Tuesday
author : Hiroyo NISHIDE
% consed -nophd -ace foo.ace
| BioInformatics::Software |
10:20 AM |
comments (0) |
trackback (x) |
2010,02,15, Monday
author : Hiroyo NISHIDE
Parallel Computing Toolbox から、Distributed Computing Server の JobManager に接続できない T T
MATLAB/Parallel から MDCS JobManager を設定し、
「Start Validation」をポチッとすると Test Stage - Find Resource でいきなりエラー
該当場所のコードはこんなの
sched = findResource('jobmanager','LookupURL','foo.nibb.ac.jp')
続き▽
| BioInformatics::Software |
01:58 PM |
comments (0) |
trackback (x) |
NEWEST /
PAGE TOP /
BACK >