Skip to content
Snippets Groups Projects
  1. Dec 07, 2010
  2. Oct 14, 2010
  3. Sep 30, 2010
  4. Sep 29, 2010
  5. Jul 06, 2010
  6. Jun 23, 2010
  7. Apr 26, 2010
    • Mark Olesen's avatar
      ENH: handle command-line parameters in bashrc/cshrc · a823b627
      Mark Olesen authored
      - this provides a means to temporarily override the default settings
        and/or the prefs.{csh,sh} settings.
      
        bash:
            name=       -> unset name
            name=value  -> export name=value
      
        csh:
            name=       -> unsetenv name
            name=value  -> setenv name value
      
        eg,
            . <WM_PROJECT_DIR>/etc/bashrc WM_COMPILER=Gcc45 WM_MPLIB=
        to use gcc 4.5 and the default mplib
      a823b627
  8. Mar 29, 2010
  9. Mar 25, 2010
  10. Mar 19, 2010
  11. Mar 15, 2010
  12. Mar 09, 2010
  13. Mar 05, 2010
  14. Dec 02, 2009
  15. Nov 16, 2009
  16. Sep 01, 2009
  17. Jul 28, 2009
  18. Jul 15, 2009
  19. Jul 07, 2009
  20. Jun 22, 2009
  21. May 18, 2009
  22. May 11, 2009
  23. Apr 02, 2009
  24. Apr 01, 2009
  25. Mar 28, 2009
  26. Feb 02, 2009
  27. Jan 12, 2009
  28. Jan 08, 2009
  29. Jan 06, 2009
  30. Dec 31, 2008
  31. Dec 11, 2008
  32. Nov 19, 2008
  33. Nov 05, 2008
  34. Oct 06, 2008
    • Mark Olesen's avatar
      etc/settings.{csh,sh} - streamline · b1360b76
      Mark Olesen authored
        - avoid mkdir except for a few directories
        - grouped settings and added comments
        - minor bugfix: $FOAM_INST_DIR/linux64/bin was in path (pre OpenFOAM-1.5)
        - local (non-exported) variables in lowercase
      b1360b76
  35. Jul 15, 2008