- Mar 18, 2010
-
-
Andrew Heather authored
-
- Mar 17, 2010
-
-
Andrew Heather authored
-
- Mar 15, 2010
-
-
Mark Olesen authored
-
- Mar 12, 2010
-
-
Mark Olesen authored
-
- Mar 10, 2010
-
-
Mark Olesen authored
Rationale: Treat 3rd-party mpi libraries like any other 3rd-party library. They are normally available without debugging and don't know anything about the OpenFOAM DP/SP (double/single precision) concept.
-
Mark Olesen authored
We should assume that they've been compiled with the current OpenFOAM compiler settings and may have compiler-specific runtime requirements.
-
- Mar 09, 2010
-
-
Mark Olesen authored
old: $WM_THIRD_PARTY_DIR/<packageName>/platforms/$WM_ARCH* new: $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH*/<packageName> This streamlines the creation of binary packs, eases distribution and helps when testing the robustness of relocatable installations.
-
Mark Olesen authored
editing the respective settings files. - foamEtcFile is used to find the files, thus follows the standard ~OpenFOAM/fileName expansion mechanism.
-
Mark Olesen authored
-
- Mar 05, 2010
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- the 'make install' target from ParaView now installs all of the includes necessary for compiling plugins.
-
Mark Olesen authored
ENH: move plugin to paraview-$ParaView_MAJOR
-
- Mar 03, 2010
-
-
Mark Olesen authored
-
- Mar 01, 2010
-
-
mattijs authored
It uses mpicc to find out where the installed libraries are.
-
Mark Olesen authored
ENH: upgrade to env. variable to ensight9 (current version)
-
- Feb 18, 2010
-
-
Mark Olesen authored
- foamApps == app - foamSol == sol - foamTuts == tut - foamUtils == util
-
- Feb 17, 2010
-
-
mattijs authored
- removed globalPointPatch* - removed pointPatchInterpolate* since all is now inside volPointInterpolation.
-
- Feb 11, 2010
-
-
Mark Olesen authored
-
- Feb 08, 2010
-
-
graham authored
-
- Feb 05, 2010
-
-
Mark Olesen authored
leading text * Something like ParaView_MAJOR=ParaView_3.6 would have previously been possible, but this violates paraview's expectation of having "lib/paraview-<digits>.<digits>" * TODO? If desired, the ParaView_MAJOR could be determined automatically in the script. For example, ParaView_MAJOR=`echo $ParaView_VERSION | \ sed -e 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'` Or even, ParaView_MAJOR=${ParaView_VERSION%.[0-9]} Except that the second version fails if the minor version reaches double digits.
-
- Jan 27, 2010
-
-
mattijs authored
-
Mark Olesen authored
-
- Jan 13, 2010
-
-
Andrew Heather authored
- moved to $FOAM_LIBBIN/paraview so that built libraries sit in their own folder - avoids PV error msgs on start-up when it tries to load all libs under the $PV_PLUGIN_PATH
-
- Dec 15, 2009
-
-
Mark Olesen authored
According to the openmpi release information: - Use GNU Libtool 2.2.6b to build Open MPI, which updates the embedded "libltdl" library to fix a potential security vulnerability. There are no other changes compared to Open MPI v1.3.4. For development purposes it should thus be adequate to simply ( cd $WM_THIRD_PARTY_DIR && mv openmpi-1.3.4 openmpi-1.4 ) if you don't wish to recompile things.
-
Mark Olesen authored
According to the openmpi release information: - Use GNU Libtool 2.2.6b to build Open MPI, which updates the embedded "libltdl" library to fix a potential security vulnerability. There are no other changes compared to Open MPI v1.3.4. For development purposes it should thus be adequate to simply ( cd $WM_THIRD_PARTY_DIR && mv openmpi-1.3.4 openmpi-1.4 ) if you don't wish to recompile things.
-
- Dec 04, 2009
-
-
Mark Olesen authored
-
- Dec 02, 2009
-
-
Mark Olesen authored
- exception calcType.H since it'll most likely be used for building applications anyhow - use quailified names in more of the lagrangian code - killed some tab indents in various places.
-
Mark Olesen authored
-
- Nov 24, 2009
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Nov 16, 2009
-
-
henry authored
-
- Nov 06, 2009
-
-
mattijs authored
-
- Oct 28, 2009
-
-
mattijs authored
-
- Oct 26, 2009
-
-
mattijs authored
-
- Oct 07, 2009
- Sep 01, 2009
-
-
Andrew Heather authored
-
- Aug 28, 2009
-
-
Andrew Heather authored
-