Science Blog of Dr. Yuan分享 http://blog.sciencenet.cn/u/albumns This blog is mainly on Molecular molecular modelling and simulations

博文

Rosetta parallel installation and job running

已有 5717 次阅读 2011-8-9 21:05 |个人分类:科研笔记|系统分类:科研笔记| running

Installation:

A) Install MPI.

B) Make sure that the mpi compilers (mpicc?) are in the path visible to SCons; if they don't install to the standard place that the normal user can see, then you can try going into rosetta_source/tools/build and copying the file "site.settings.topsail" to the file "site.settings"; this causes SCons to look in more places for compilers.

C) add "extras=mpi" to your compile command line:

  scons bin mode=release extras=mpi


run.sh

#!/bin/bash
#$ -N relax
#$ -P eer-775-aa
#$ -l h_rt=60:00:00
#$ -cwd
#$ -o script1.log
#$ -e script1.err
#$ -pe default 8
module load compilers/gcc/4.4.2 mpi/openmpi/1.4.3_gcc
mpirun -np 64 /soft/rosetta-3.2/source-10/bin/relax.mpi.linuxgccrelease @relax.flags



https://blog.sciencenet.cn/blog-355217-473549.html

上一篇:GPCR phylogenetics tree
下一篇:SLI 技术在GPU计算的应用
收藏 IP: 212.87.3.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...
扫一扫,分享此博文

全部作者的精选博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-7-16 14:40

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部