From d8b4ebde057f46586419c7a2bfc8c6bf22c5e8f1 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Thu, 3 Mar 2011 14:21:57 +0100 Subject: [PATCH] STYLE: match code and comments in etc/prefs.*EXAMPLE --- etc/prefs.csh-EXAMPLE | 8 ++++---- etc/prefs.sh-EXAMPLE | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/etc/prefs.csh-EXAMPLE b/etc/prefs.csh-EXAMPLE index 64bd5dfaeb..56091f798e 100644 --- a/etc/prefs.csh-EXAMPLE +++ b/etc/prefs.csh-EXAMPLE @@ -36,13 +36,13 @@ # #------------------------------------------------------------------------------ -## Specify system compiler -## ~~~~~~~~~~~~~~~~~~~~~~~ -#set foamCompiler=OpenFOAM +## Specify OpenFOAM ThirdParty compiler +## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# set foamCompiler=ThirdParty ## Specify system openmpi ## ~~~~~~~~~~~~~~~~~~~~~~ -#setenv WM_MPLIB SYSTEMOPENMPI +# setenv WM_MPLIB SYSTEMOPENMPI # ----------------------------------------------------------------- end-of-file diff --git a/etc/prefs.sh-EXAMPLE b/etc/prefs.sh-EXAMPLE index 24fea69835..f3e771d030 100644 --- a/etc/prefs.sh-EXAMPLE +++ b/etc/prefs.sh-EXAMPLE @@ -36,13 +36,13 @@ # #------------------------------------------------------------------------------ -# Specify system compiler -# ~~~~~~~~~~~~~~~~~~~~~~~ -foamCompiler=OpenFOAM +## Specify OpenFOAM ThirdParty compiler +## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# foamCompiler=ThirdParty -# Specify system openmpi -# ~~~~~~~~~~~~~~~~~~~~~~ -export WM_MPLIB=SYSTEMOPENMPI +## Specify system openmpi +## ~~~~~~~~~~~~~~~~~~~~~~ +# export WM_MPLIB=SYSTEMOPENMPI # ----------------------------------------------------------------- end-of-file