Dear all,
finally I managed to compile AmberTools 1.4 and Amber 11 (serial) on AIX
6.1.
I'm now trying to run all the serial tests but what I get is amber exits
with
an 'exit code' different from zero.
For example:
$ cd $AMBERHOME/test/adenine
$ cat Run.adenin
======
#!/bin/csh -f
if( ! $?TESTsander ) set TESTsander = "../../exe/sander"
... (cut)
set output = mdout.adenine
touch dummy
$DO_PARALLEL $TESTsander -O -i min.in -o $output < dummy
echo $status
===============
so I by-passed the goto error and I asked to print the $status of the
last executed command.
The output is:
$ 132
but the number changes if I run the sander executable in gdb or directly
in iterative
$ ../../exe/sander -O -i min.in -o out
$ echo $?
164
For this particular test
$ ../dacdif mdout.adenine.save out
gives
diffing mdout.adenine.save with out
PASSED
==============================================================
but is not always the case for other tests.
Any idea, suggestion? If you need the compilation files (config.h, etc
...) I can provide you
directly in this mailing list or privately.
Kind regards,
Dr Mirko Cestari, ph.d.
CINECA User Support
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Thu Jul 01 2010 - 01:00:05 PDT