- May 19, 2011
-
-
Mark Olesen authored
- otherwise there is actually no means of placing a site-site prefs.sh in the $WM_PROJECT_SITE/ directory
-
Mark Olesen authored
- leave bashrc/cshrc and prefs.{csh,sh} in etc/ for visibility
-
- May 03, 2011
-
-
Mark Olesen authored
-
- May 02, 2011
-
-
Mark Olesen authored
- use standard *.sh, *.csh endings
-
- Apr 28, 2011
-
-
Mark Olesen authored
-
- Apr 27, 2011
-
-
Mark Olesen authored
- need to trap possibly weird input within etc/bashrc, etc/cshrc and can't easily redirect stderr in csh.
-
- Mar 30, 2011
-
-
Mark Olesen authored
-
- Mar 25, 2011
-
-
Mark Olesen authored
-
- Mar 11, 2011
-
-
Mark Olesen authored
- avoid editing of settings.{sh,csh}
-
- Mar 09, 2011
-
-
Mark Olesen authored
-
- Feb 01, 2011
-
-
Mark Olesen authored
-
- Jan 14, 2011
-
-
Andrew Heather authored
-
- Jan 11, 2011
-
-
Mark Olesen authored
-
- Jan 10, 2011
-
-
Mark Olesen authored
- this change was wished by Mattijs and/or Henry - allow command-line settings to retain the flexibility of 'foamPV' alias mechanism.
-
- Jan 05, 2011
-
-
Andrew Heather authored
This reverts commit 2e1e671d.
-
graham authored
-
Mark Olesen authored
- drop FOAM_MPI_LIBBIN variable in favour of FOAM_MPI from which two different locations can be determined. Previously there was something like this: FOAM_MPI_LIBBIN = $FOAM_LIBBIN/openmpi-1.5.1 We now instead determine the locations from the FOAM_MPI directly: FOAM_MPI=openmpi-1.5.1 $FOAM_LIBBIN/$FOAM_MPI -> OpenFOAM mpi-related $FOAM_EXT_LIBBIN/$FOAM_MPI -> ThirdPary mpi-related ENH: relocate ParaView libraries and plugins back under FOAM_LIBBIN - as discussed with Mattijs
-
- Dec 23, 2010
-
-
Mark Olesen authored
- avoid non-standard 'tempfile' in bin/tools/foamConfigurePaths
-
- Dec 22, 2010
-
-
Mark Olesen authored
-
- Dec 07, 2010
-
-
Mark Olesen authored
- eg, . PATH_TO_FOAM/etc/bashrc myPrefs.sh
-
- Oct 14, 2010
-
-
Mark Olesen authored
- sh/ksh/bash only, doesn't seem possible for csh
-
- Sep 30, 2010
-
-
Henry authored
etc/bashrc: allow option setting for option software to be specified in ~/OpenFOAM/???/apps/<application>/bashrc
-
- Sep 29, 2010
-
-
Henry authored
-
- Jul 06, 2010
-
-
mattijs authored
-
- Jun 23, 2010
-
-
henry authored
-
- Apr 26, 2010
-
-
Mark Olesen authored
- this provides a means to temporarily override the default settings and/or the prefs.{csh,sh} settings. bash: name= -> unset name name=value -> export name=value csh: name= -> unsetenv name name=value -> setenv name value eg, . <WM_PROJECT_DIR>/etc/bashrc WM_COMPILER=Gcc45 WM_MPLIB= to use gcc 4.5 and the default mplib
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
- Mar 25, 2010
-
-
Mark Olesen authored
-
- Mar 19, 2010
-
-
Mark Olesen authored
-
- Mar 15, 2010
-
-
Mark Olesen authored
-
- Mar 09, 2010
-
-
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
-
- 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.
-
- Nov 16, 2009
-
-
henry authored
-
- Sep 01, 2009
-
-
Andrew Heather authored
-
- Jul 28, 2009
-
-
henry authored
-
- Jul 15, 2009
-
-
Andrew Heather authored
-
-