- Jul 17, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
This resolves a whole range of issues and work-arounds with earlier releases. This version of icpc is more or less compatible with the latest gcc and clang compilers and only required one hack to avoid warnings from PackedBoolList.H.
-
Henry Weller authored
Also removed __GNUC__ conditional compilation statements which are no longer needed.
-
- Jun 23, 2015
-
-
Henry Weller authored
Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1759
-
- May 18, 2015
-
-
Henry authored
-
- May 16, 2015
-
-
Henry authored
On 32bit OSs long is not unambiguously int32_t (or int64_t) causing problems for IO operator resolution. This problem is avoided by explicitly defining the following operators:
-
- Mar 15, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1573
-
- Mar 13, 2015
-
-
Henry authored
-
- Mar 08, 2015
-
-
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 04, 2015
-
-
Henry authored
classes in the DebugSwitches sub-dictionary of system/controlDict
-
- Jan 28, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1432
-
- Jan 11, 2015
- Jan 10, 2015
-
-
Henry authored
wrmo: Add -a/-all/all option to remove .o files from all platforms rather than just the current platform.
-
Henry authored
-
Henry authored
-
Henry authored
Description Remove all .o files from the object directory tree corresponding to the current source derectory or remove only the .o file corresponding to the optionally specified [file].
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1485
-
Henry authored
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1483
-
- Jan 08, 2015
-
-
Henry authored
Remove all .dep files from the object directory tree corresponding to the current source derectory or remove only the .dep files referring to the optionally specified [file].
-
- Dec 31, 2014
-
-
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 17, 2014
-
-
Henry authored
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1222
-
- Dec 16, 2014
-
-
Henry authored
-
- Dec 15, 2014
-
-
Henry authored
-
- Dec 14, 2014
-
-
Henry authored
-
- Dec 10, 2014
-
-
Henry authored
-