Skip to content
Snippets Groups Projects
  1. Dec 01, 2016
  2. Oct 30, 2016
  3. Oct 29, 2016
  4. Jul 01, 2016
  5. Jun 21, 2016
  6. Jun 08, 2016
  7. Jun 06, 2016
  8. May 05, 2016
  9. May 02, 2016
  10. Mar 09, 2016
  11. Feb 15, 2016
  12. Feb 10, 2016
  13. May 17, 2015
  14. May 14, 2015
  15. Mar 08, 2015
  16. Dec 31, 2014
    • Henry's avatar
      Added and verified support for 64bit labels · 2a614865
      Henry authored
      To compile with 64bit labels set
      
      WM_LABEL_SIZE=64
      
      in ~/OpenFOAM/dev/prefs.sh
      
      source ~/.bashrc
      
      then Allwmake in OpenFOAM-dev.
      
      This will build into for example OpenFOAM-dev/platforms/linux64ClangDPInt64Opt
      
      If WM_LABEL_SIZE is unset or set to 32:
      
      WM_LABEL_SIZE=32
      
      the build would be placed into OpenFOAM-dev/platforms/linux64ClangDPInt32Opt
      
      Thus both 32bit and 64bit label builds can coexist without problem.
      2a614865
  17. Dec 16, 2014
  18. Dec 10, 2014