Hi Tony,
Thanks a lot for your answer!.
I have tried what you suggested. That is, my execution command now is:
/path_of_abyss_binaries/abyss-pe name=my_test np=4 c=10 k=63 in='/path_to_my_fastq_files/file_R1.fastq /path_to_my_fastq_files/file_R2.fastq'
And the previous problem did not appear again.
How ever I have this other:
mpirun.lsf: LSF_PJL_TYPE is undefined. Exit ...
make: *** [my_test-1.fa] Error 1
So, yes, I am using LSF queue system in the machine. But I do not see what would be the problem.
Now, I did my abyss configuration with:
../../sources/abyss-1.3.4/configure --prefix=/path_of_abyss_binaries/abyss-1.3.4 --with-boost=/path_of_boost_1_49_0/include --enable-maxk=96 --with-mpi=/apps/OPENMPI/1.5.4
And the config.log say:
PATH: /apps/OPENMPI/1.5.4//bin
...
configure:6297: checking for mpi.h
configure:6297: result: yes
configure:6633: checking for MPI_Init in -lmpi
which is OK.
(Note I have changed to openmpi 1.5.4, which is the default mpi installed in my system).
I have verified that I am using the correct mpi library doing:
which /apps/OPENMPI/1.5.4/bin/mpirun
An also, ldd ABYSS-P
linux-vdso.so.1 => (0x00007fff0a527000)
libmpi.so.1 => /apps/OPENMPI/1.5.4//lib/libmpi.so.1 (0x00002b9295ae9000)
libdl.so.2 => /lib64/libdl.so.2 (0x00002b9295e83000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00002b9296087000)
libm.so.6 => /lib64/libm.so.6 (0x00002b9296391000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00002b929660b000)
libc.so.6 => /lib64/libc.so.6 (0x00002b9296821000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b9296b95000)
libnsl.so.1 => /lib64/libnsl.so.1 (0x00002b9296db3000)
libutil.so.1 => /lib64/libutil.so.1 (0x00002b9296fcb000)
/lib64/ld-linux-x86-64.so.2 (0x00002b92958c8000)
So, I do not know what is the problem..
Do you have any suggestion?..
Thanks again.
Friman Sanchez.