<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1522" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi every one!<BR>I've install the GM without parrel in /home/gromacs_s that 
have been linked. So i can run it with "mdrun" on main node directly. But when i 
use PBS the errors happened.My pbs script is as follows.<BR>#!/bin/sh<BR>###Job 
name<BR>#PBS -N test<BR><BR>### Output files<BR>#PBS -o test.out<BR>#PBS -e 
test.err<BR><BR>### Queue name<BR>#PBS -q workq<BR><BR>### CPU number<BR>#PBS -l 
nodes=1:ppn=1<BR>#JRS -l walltime=2400:00:00<BR><BR>### Script Commands<BR>cd 
$PBS_O_WORKDIR<BR><BR>mdrun<BR>exit 0<BR><BR>But some error happened that is 
:<BR>mdrun: error while loading shared libraries: libXm.so.3: cannot open shared 
object file: No such file or directory<BR><BR>how can i fix it !<BR>thanks 
all!<BR></DIV></BODY></HTML>