Check out the first error:
ADIOI_GEN_DELETE (line 22): **io No such file or directoryFatal Error:
mpiblast.cppError reading database mbf file
Check to make sure all your files are in place.
Also many times you need to set you .ncbirc
Brock Palen
www.umich.edu/~brockp
Center for Advanced Compu
I'm afraid I don't know much/anything about mpiblast -- it looks like
it could be a file system issue. For example, do you have permissions
to read/write /usr/local/aaa.fa, and/or does it already exist on all
the nodes where you're running? (I'm *guessing* that "-i foo" is the
input file)
Hello,
I use Open MPI 1.2.5 to compile MPIBLAST 1.5, it runs well. When I run job
by this following command:
mpirun -np 21 -mca pls_rsh_agent rsh mpiblast -p blastn -d test.fa -i
/usr/local/aaa.fa -o output
It shows these error messages:
ADIOI_GEN_DELETE (line 22): **io No such file or director