Jump to letter: [
          
            49ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        mvapich: MPI implementation over RDMA-enabled interconnects
        
        
        - Summary
- This is high performance and scalable MPI-1 implementation over Infiniband
and RDMA-enabled interconnects.  This implementation is based on  MPICH
and MVICH. MVAPICH is pronounced as `em-vah-pich''.
Changelog
        
            - * Tue Jan 27 18:00:00 2009 Doug Ledford <dledford{%}redhat{*}com> - 1.1.0-0.3143.4
- - Add requires on libibumad-devel and libibverbs-devel since mpicc will
  try to link the target program against these libraries (we might only
  need the libraries, but this is a devel environment so include the
  -devel packages) 
            - * Tue Jan 27 18:00:00 2009 Doug Ledford <dledford{%}redhat{*}com> - 1.1.0-0.3143.3
- - Build with gcc4 so we can use gfortran instead of g77 and have f90 support 
            - * Tue Jan 27 18:00:00 2009 Doug Ledford <dledford{%}redhat{*}com> - 1.1.0-0.3143.2
- - The mpivars.csh.in file had /bin/bash listed as the shell, fix that