Skip to content
Snippets Groups Projects
  1. Mar 17, 2007
  2. Dec 11, 2006
  3. Nov 13, 2006
  4. Oct 27, 2006
  5. Aug 01, 2006
  6. Jul 31, 2006
  7. Jul 27, 2006
  8. Jul 21, 2006
  9. Jul 20, 2006
  10. Jul 18, 2006
  11. Jul 11, 2006
  12. Jul 09, 2006
  13. Apr 07, 2006
  14. Mar 31, 2006
  15. Dec 20, 2005
    • Christian Engwer's avatar
      fixed bug 69 · ee6cdebc
      Christian Engwer authored
      configure has an additional option --disable-mpiruntest
      
      [[Imported from SVN: r3720]]
      ee6cdebc
  16. Jul 19, 2005
    • Thimo Neubauer's avatar
      - added a test which tries to compile, link and run a sample program · bc3cc043
      Thimo Neubauer authored
        with the default compiler and the flags extracted from the different
        mpicc-scripts. If it fails a warning is emitted and MPI deactivated
      
        fixes bug #23
      
      - added theoretical support for GCC with IBM MPI: the options (which
        are tailored toward xlc) are changed a bit. However the following
        problem remains: ./configure adapts the test programs to the
        C++ compiler it find. Thus, a test program passed to mpCC fails
        because the implicitly used xlC doesn't understand the line meant
        for g++... Maybe this (and a whole lot of other problems) just
        vanish if xlc 7.0 is used so I'll do nothing about it
      
      [[Imported from SVN: r2412]]
      bc3cc043
    • Thimo Neubauer's avatar
      added support for IBM mpCC · 8923437f
      Thimo Neubauer authored
      [[Imported from SVN: r2399]]
      8923437f
  17. Oct 26, 2004
  18. Oct 18, 2004
  19. Aug 26, 2004
    • Thimo Neubauer's avatar
      Gaah! Compiling MPI-stuff is a mess! It took me a couple of hours to · a7ee868c
      Thimo Neubauer authored
      get it running! Short version: either mpiCC is used globally for all
      compilations OR we need two ./confugure-scripts and based on the
      directory MPI is used or not OR we extract the flags from mpiCC. I've
      decided for the latter, "works for me"(tm) with both MPICH and LAM
      however I wouldn't be surprised if it's not working for all of us...
      
      Longer explanation is in the comment-part of the test.
      
      [[Imported from SVN: r711]]
      a7ee868c
Loading