Skip to content
Snippets Groups Projects
  1. Apr 23, 2010
  2. Apr 22, 2010
    • Mark Olesen's avatar
      f7f6faa8
    • Mark Olesen's avatar
      ENH: set PINC, PLIBS in the rules (not the env) for system-openmpi · b16ef5f0
      Mark Olesen authored
      BUG: syntax error in settings.sh
      b16ef5f0
    • Mark Olesen's avatar
      ENH: rationalize wmake rules to avoid unnecessary duplication · 0d445841
      Mark Olesen authored
      - main mplib rules located in GENERAL_RULES with specializations
        (if any) under RULES. Modest change in a few options files, but
        cleans up the rules directories.
      
        previously in options:
            include $(RULES)/mplib$(WM_MPLIB)
      
        now in options:
            sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
            sinclude $(RULES)/mplib$(WM_MPLIB)
      
        For GNU make it would be permissible to write both in a single line.
      0d445841
    • Mark Olesen's avatar
      BUG: syntax problems found by gcc-4.5.0 · 4d2a297a
      Mark Olesen authored
      - "cpp -traditional-cpp" doesn't strip C++-style comments
        Probably need a workaround with sed -e 's@^ *//@@' if we
        wish to support C++-style comments in Make/{files,options}
      
      - lduMatrixTests.C:121:1:
        error: ‘Foam::lduMatrix::solverPerformance::solverPerformance’ names
        the constructor, not the type
      
      - edgeFaceCirculatorI.H:355:1:
        error: ‘Foam::edgeFaceCirculator::edgeFaceCirculator’ names the
        constructor, not the type
      
      - patchPointEdgeCirculatorI.H:236:1:
        error: ‘Foam::patchPointEdgeCirculator::patchPointEdgeCirculator’
        names the constructor, not the type
      
      - objToVTK.C:116:5:
        error: ‘Foam::argList::argList’ names the constructor, not the type
      
        same in surfaceClean.C, surfaceRefineRedGreen.C, surfaceSplitByPatch.C
      
      - fireFoam/createFields.H:74:41:
        error: type/value mismatch at argument 1 in template parameter list
        for ‘template<class T> class Foam::autoPtr’
      4d2a297a
  3. Apr 21, 2010
  4. Apr 20, 2010
  5. Apr 19, 2010
  6. Apr 16, 2010
  7. Apr 15, 2010
  8. Apr 14, 2010