Re: [AMBER] Problem with pmemd.cuda

From: ros <ros.servidor.unam.mx>
Date: Mon, 19 Jul 2010 15:55:26 -0500

>From the test_amber_cuda.sh

if [ -z "$AMBERHOME" ]; then
   dir=`pwd`
   echo "Error: AMBERHOME is not set! Set AMBERHOME to `dirname $dir` and
re-run the tests."
   exit 1
fi

if [ "$1" == "" ]; then
    echo "Using default GPU_ID = -1"
    GPU_ID=-1
else
    GPU_ID=$1
35 >>> fi

if [ "$2" == "" ]; then
    echo "Using default PREC_MODEL = SPDP"
    PREC_MODEL="SPDP"
else
    PREC_MODEL=$2
42 >>> fi



Thank you!
Rodrigo.


2010/7/19 Bill Ross <ross.cgl.ucsf.edu>

> >> > [: 35: unexpected operator
> >> > [: 42: unexpected operator
>
> It would be interesting to see what is on these lines of the script.
>
> Bill
>
> _______________________________________________
> AMBER mailing list
> AMBER.ambermd.org
> http://lists.ambermd.org/mailman/listinfo/amber
>
>
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Jul 19 2010 - 14:00:03 PDT
Custom Search