clustalw-mpi-0.14

1. Bug fix version 0.14 released on Dec 19, 2005.

   (1) In the old version, "mpirun -np 3 ./clustalw-mpi two.seq" would hang
       provided the input file "two.seq" contains only two sequences. This bug has
       been fixed. 

       Details: in pairalign_new.c: if the number of slaves is greater than
       N*(N-1)/2, we will MPI_Send the sequence data to N*(N-1) slaves only.  This
       is to prevent the idled slaves not being able to get out of their while(1)
       loop, see "parallel_compare.c". 

clustalw-mpi-0.12

1. Fixed a bug that would hang the program when using "mpirun -np 2 ./clustalw-mpi".

clustalw-mpi-0.11

1. Fixed a bug that would hang the program when using "mpirun -np 1 ./clustalw-mpi".
