Has anyone compiled and used MEME 4.x for use in a parallel computation environment, based upon operation with a Sun Grid Engine (SGE) cluster?
I can compile the suite and its tests pass. However, when I attempt to use the -p n option, to specify n computation nodes, I get several error messages:
/gridware/codine/util/arch: Command not found.
/gridware/codine/util/arch: Command not found.
/gridware/codine/util/arch: Command not found.
/gridware/codine/util/arch: Command not found.
1: Command not found.
We do not have /gridware/codine/util/arch, but we do have /gridengine/sgi/util/arch.
I tried looking around MEME's source code, particularly at meme.c and mp.h, but there are no references to these paths.
I'm wondering if I am missing makefile directives. Here is my ./configure statement:
./configure --prefix=/home/areynolds/proj/meme/meme_4.3.0_build --with-url="http://meme.nbcr.net/meme" --enable-openmp --enable-debug
Is MPI a requirement; are there directives I am missing for MPI?
Thank you for any advice.