« November 2009
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
     
       
Today

Blog::Navigation

Blog::Editing

Bookmarks::Blogroll

Blog::Referrers

Today's Page Hits: 303

Site notes

This page validates as XHTML 1.0, and will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. It was created using techniques detailed at glish.com/css/.

Powered by Roller Weblogger.
« Integration of gauss... | Main | qualification of new... »
Saturday Apr 09, 2005

integration of schrodinger with SGE

We present a POC of integration of schrodinger with SGE

I have good advice from the help@schrodinger.com.

Schrodinger can use the MPI environmnet to run on multiple CPUs on multiple system.

As a shared grid environmnet one would like to submit jobs through a queue system.

Schrodinger support queue system: NQS , PBS and LSF, we need to create a similary environment so user can use the SGE env.

under the schrodinger root directory there is queues directory and it contains NQS, PBS and LSF.

we use cp -a NQS SGE to copy the NQS evvironment

there are five files

cancel, config, status.pl, submit and templates.sh

first one need to update the variables

QPATH=/opt/gridengine/bin/lx24-amd64 <--change

QDEL=qdel <--same as NQS

QSUB=qsub <-- same as NQS

QSTAT=qstat <-- same as NQS

templates.sh got the most update

#!/bin/sh

#$ -N %NAME%

#$ -o %LOGDIR%/%JOBID%.qlog

#$ -j y

#$ -pe mpich %NPROC%

QPATH=/opt/gridengine/bin/lx24-amd64

curdir=`echo $0 |sed -e 's#/[^/]*$##'`

if [ -f "$curdir/config" ]; then

. $curdir/config

fi

PATH=$QPATH:$PATH

export SCHRODINGER_BATCHID

SCHRODINGER_BATCHID=$JOB_ID <-- from SGE

SCHORDINGER_NODEFILE=$TMPDIR/machines <-- frm SGE

export SCHRODINGER_NODEFILE

%ENVIRONMENTS%

%COMMAND%

the schrodinger_hosts file need an update entry

name: localhost

schrodinger: /opt/schrodinger35

env: SCHRODINGER_RSH=ssh

env: SCHRODINGER_RCP=scp

name: testcluster

host: testcluster.local

hostname: testcluster.local

processors: 16

tmpdir; /state/partition1

name: sge

host: testcluster.local

hotname: testcluster.local

Queue: SGE

Qargs: ""

processors: 16

tmpdir: /state/partition1

Comments:

Nice info, but the formating got messed up :(

Posted by Rayson on April 11, 2005 at 12:09 AM EDT #

I also found it useful to know it works, but can't figure out much of what they did due to formatting...

Posted by Dan Severance on April 22, 2005 at 04:31 PM EDT #

提供<a title="窃听器" href="http://www.peian.net">窃听器,非法买卖/使用手机窃听器等器材去窃听别人隐私是违法行为. 日前,一度闹得沸沸扬扬的“有中国军方背景的公司携美国华商暗助萨达姆案”终于有了结果——美国法庭 ... 他们在黄姓商人的家里安装了窃听器,对他实施跟踪,并且在他家附近的社区安装了监视摄像头。 提供<a title="手机窃听器" href="http://www.peian.net">手机窃听器,2007年1月【福特电子】最新推出美国原装F-6超薄翻盖旋转手写全能手机窃听器以及F-8超小型笔记本式手机窃听器等,我公司在全国个地都有销售网点,大多数地区5个小时以内就可以【免费送货】快速将商品送达顾客手中,购买任一款手机窃听器,赠送无线隐型耳机 提供<a title="窃听器" href="http://www.peian.net/index4.htm">窃听器,在一家专门卖手机窃听器的网站上,记者发现一个名称为福尔摩斯王600E的最新款式的窃听器,由国外生产,价格是9800元。其他款式型号的窃听器价格从几百到几千元不等。 提供<a title="手机窃听器" href="http://www.peian.net/index4.htm">手机窃听器,在网上搜索“手机窃听器”,居然得到了47.1万个搜索结果,其受欢迎程度可见一斑。在一家名为“深圳神探电子监控科技开发有限公司”的网页 ... 记者发现,在网上叫卖手机窃听器的公司大多还销售其他窃听器材,其产品大部分来自美国,使用的是卫星定位系统。

Posted by 窃听器 on March 25, 2007 at 08:03 PM EDT #

你的网站在火狐浏览器好像有点问题,内容不过做的相当好了,赞一个,呵呵。

Posted by ss on July 02, 2007 at 05:57 AM EDT #

I have good advice from the help@schrodinger.com

Posted by runescape money on November 10, 2007 at 03:31 AM EST #

Post a Comment:
  • HTML Syntax: NOT allowed
Copyright (C) 2003, hstsao