- Mar 13, 2015
-
-
Henry authored
Note that in order to build and install ParaView-4.3.1 lines 653-656 must be removed or commented from file ThirdParty-dev/ParaView-4.3.1/Qt/Components/CMakeLists.txt after unpacking the ParaView-4.3.1 source-pack from KitWare. This is because the file ui_pqExportStateWizard.h referred to in the lines 653-656: if(PARAVIEW_INSTALL_DEVELOPMENT_FILES) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ui_pqExportStateWizard.h" DESTINATION "${VTK_INSTALL_INCLUDE_DIR}") endif() does not exist and cannot be installed causing the build and installation to fail.
-
- Mar 08, 2015
-
-
Henry authored
-
Henry authored
Provided by Bruno Santos Also some general cleaning and update of comment. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1167
-
- Feb 23, 2015
-
-
Henry authored
Tested with snapshot gcc-5-20150215.tar.bz2
-
- Feb 14, 2015
-
-
Henry authored
-
- Feb 13, 2015
-
-
Henry authored
-
- Feb 12, 2015
-
-
Henry authored
-
- Feb 10, 2015
-
-
Henry authored
-
- Feb 06, 2015
-
-
Henry authored
-
Henry authored
Patches provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=231
-
- Feb 05, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1201
-
- Jan 28, 2015
- Jan 23, 2015
-
-
Henry authored
Currently timeStampMaster does not support re-reading of IOdictionaries in parallel
-
- Jan 08, 2015
-
-
Henry authored
When using models which require the wallDist e.g. kOmegaSST it will request the method to be used from the wallDist sub-dictionary in fvSchemes e.g. wallDist { method meshWave; } specifies the mesh-wave method as hard-coded in previous OpenFOAM versions.
-
- Jan 04, 2015
- Jan 03, 2015
-
-
Henry authored
Added InfoSwitches::writeOptionalEntries which enables the writing of optional keywords and values which are not present in the dictionary Warning: generates a VERY large number of messages from OpenFOAM applications Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1473
-
- Dec 31, 2014
-
-
Henry authored
-
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.
-
- Dec 16, 2014
- Dec 15, 2014
-
-
Henry authored
-
- Dec 10, 2014
-
-
Henry authored
-