- 20 Dec, 2021 1 commit
-
-
Andrew Heather authored
-
- 15 Dec, 2021 1 commit
-
-
Mark Olesen authored
-
- 25 Nov, 2021 1 commit
-
-
Mark Olesen authored
- more closely reflect what the binaries report - report the installation path - change PS1 case/separator to roughly correspond to package names STYLE: adjust README to mention upcoming v2112
-
- 07 Jul, 2021 2 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- 10 Jun, 2021 1 commit
-
-
Mark Olesen authored
- move unreferenced Config.md to wiki content
-
- 31 May, 2021 1 commit
-
-
Mark Olesen authored
-
- 12 Aug, 2020 1 commit
-
-
Mark Olesen authored
-
- 28 Jul, 2020 1 commit
-
-
Mark Olesen authored
-
- 03 Jul, 2020 1 commit
-
-
Andrew Heather authored
-
- 24 Jun, 2020 1 commit
-
-
Mark Olesen authored
-
- 23 Jun, 2020 1 commit
-
-
Mark Olesen authored
-
- 16 Jun, 2020 1 commit
-
-
Mark Olesen authored
COMP: provide modules/Allwmake script - unified entry point with -prefix=... handling (#1721)
-
- 15 Jun, 2020 1 commit
-
-
Mark Olesen authored
-
- 08 Jun, 2020 1 commit
-
-
Mark Olesen authored
- now list compiler versions in reverse order (newest first) similar to how they are listed on the gcc/llvm sites. Add comments to mention which compiler series are now considered unsupported.
-
- 05 May, 2020 1 commit
-
-
Mark Olesen authored
- improve handling of changes in ParaView/VTK or cmake parameters (#1693) * adjust internals to support recording of an unlimited number of configuration parameters and use file `cmp` instead of trying to check strings ourselves. ENH: new wmake/scripts/wmake.cmake-args handler - additional handling of -prefix=... as CMAKE_INSTALL_PREFIX export. - in some contexts, can use instead of AllwmakeParseArguments
-
- 21 Apr, 2020 1 commit
-
-
Mark Olesen authored
- bin/tools/create-mpi-config to query/write values for system openmpi. In some cases this can be used to avoid an mpicc requirement at runtime. - adjust openfoam session to include -test-tutorial forwarding to the tutorials/AutoTest. This helps with writing installation tests. - adjust foamConfigurePaths to latest version - removal of gperftools default config, as per develop
-
- 16 Mar, 2020 1 commit
-
-
Mark Olesen authored
- '-c' option (as per shell), '-Dkey[=value]' option to provide preferences via the command-line. For example, etc/openfoam -DWM_COMPILER=Clang -int64 ./Allwmake -j -s -l These can also be combined with other options. Eg, etc/openfoam -DWM_COMPILER=Clang \ -c 'wmake -show-path-cxx -show-cxxflags' - relocated from bin/tools/ => etc/ for easier access - bin/tools/openfoam.in : for autoconfig-style installation - Auto-detect if the shell script was executed with openfoam and interpret accordingly. Simple example, -------------- #!/usr/bin/openfoam cd "${0%/*}" || exit # Run -*-sh-*- from this dir blockMesh simpleFoam -------------- Note it is NOT currently possible to provide any other parameters this way. Eg, `#!/usr/bin/openfoam -sp` (NOT) This will either fail to run, or result in infinite recursion.
-
- 12 Feb, 2020 1 commit
-
-
Mark Olesen authored
- '-c' option (as per shell), '-Dkey[=value]' option to provide preferences via the command-line. For example, etc/openfoam -DWM_COMPILER=Clang -int64 ./Allwmake -j -s -l These can also be combined with other options. Eg, etc/openfoam -DWM_COMPILER=Clang \ -c 'wmake -show-path-cxx -show-cxxflags' - relocated from bin/tools/ => etc/ for easier access - bin/tools/openfoam.in : for autoconfig-style installation - Auto-detect if the shell script was executed with openfoam and interpret accordingly. Simple example, -------------- #!/usr/bin/openfoam cd "${0%/*}" || exit # Run -*-sh-*- from this dir blockMesh simpleFoam -------------- Note it is NOT currently possible to provide any other parameters this way. Eg, `#!/usr/bin/openfoam -sp` (NOT) This will either fail to run, or result in infinite recursion.
-
- 20 Dec, 2019 1 commit
-
-
Andrew Heather authored
-
- 13 Dec, 2019 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- skip processing OSspecific/MSwindows since this can cause duplicate doxygen entries STYLE: adjust formatting in code templates STYLE: use std::string methods without extra qualifications
-
- 12 Dec, 2019 1 commit
-
-
Mark Olesen authored
- when using VTK from ParaView sources it can better to tag them as such, but simultaneously not mask the ParaView with hardware rendering. The additional ParaView_MESA_DIR variable allows this. The balance of library and path setup is unaffected by this. DOC: update doc/BuildIssues
-
- 09 Dec, 2019 1 commit
-
-
Mark Olesen authored
-
- 19 Nov, 2019 1 commit
-
-
Mark Olesen authored
-
- 13 Nov, 2019 1 commit
-
-
Mark Olesen authored
-
- 31 Oct, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 06 Nov, 2019 1 commit
-
-
Mark Olesen authored
- no stderr redirect needed: * 'command -v' - no stdout/stderr redirect needed: * 'rm -f' STYLE: consistent spacing after redirects
-
- 21 Aug, 2019 1 commit
-
-
Mark Olesen authored
-
- 26 Jun, 2019 1 commit
-
-
Andrew Heather authored
TODO: need to revisit
-
- 24 Jun, 2019 1 commit
-
-
Mark Olesen authored
-
- 13 Jun, 2019 1 commit
-
-
Mark Olesen authored
- relocated BuildIssues.txt -> doc/BuildIssues.md
-
- 09 Jun, 2019 1 commit
-
-
Mark Olesen authored
-
- 07 Jun, 2019 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 08 May, 2019 1 commit
-
-
Mark Olesen authored
-
- 28 Apr, 2019 1 commit
-
-
Mark Olesen authored
-
- 27 May, 2019 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- reduces installation clutter, allows easier cross-referencing - remove older deprecated scripts (foamDebugSwitches, foamGraph*)
-
- 06 Feb, 2019 1 commit
-
-
OpenFOAM bot authored
-