1
1
openmpi/ompi/mca/btl/gm
Brian Barrett ed56e743b7 * update configure.ac to use the modern version of AC_INIT and
AM_INIT_AUTOMAKE, instead of the deprecated version.
* Work around dumbness in modern AC_INIT that requires the version
  number to be set at autoconf time (instead of at configure time, as
  it was before).  Set the version number, minus the subversion r number,
  at autoconf time.  Override the internal variables to include the r
  number (if needed) at configure time.  Basically, the right thing
  should always happen.  The only place it might not is the version
  reported as part of configure --help will not have an r number.
* Since AM_INIT_AUTOMAKE taks a list of options, no need to specify
  them in all the Makefile.am files.
* Addes support for subdir-objects, meaning that object files are put
  in the directory containing source files, even if the Makefile.am is
  in another directory.  This should start making it feasible to
  reduce the number of Makefile.am files we have in the tree, which
  will greatly reduce the time to run autogen and configure.

This commit was SVN r7211.
2005-09-07 05:54:53 +00:00
..
btl_gm_component.c - added get based protocol (if supported by btl) for pre-registered memory 2005-08-17 18:23:38 +00:00
btl_gm_endpoint.c * rename ompi_list to opal_list 2005-07-03 16:22:16 +00:00
btl_gm_endpoint.h checkpoint 2005-07-07 16:56:58 +00:00
btl_gm_frag.c checkpoint 2005-07-07 16:56:58 +00:00
btl_gm_frag.h fix test against max send tokens 2005-07-15 20:56:29 +00:00
btl_gm_proc.c correct address count 2005-08-12 19:01:04 +00:00
btl_gm_proc.h * rename locking code from ompi to opal 2005-07-03 22:45:48 +00:00
btl_gm.c Misc fixes for threaded builds.. 2005-08-14 19:03:09 +00:00
btl_gm.h fix test against max send tokens 2005-07-15 20:56:29 +00:00
configure.m4 * Change Myrinet/gm btl and mpool to use configure.m4 instead of 2005-07-26 21:56:36 +00:00
configure.params * Change Myrinet/gm btl and mpool to use configure.m4 instead of 2005-07-26 21:56:36 +00:00
Makefile.am * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00