Skip to content
Snippets Groups Projects
Commit ef2515a2 authored by mattijs's avatar mattijs Committed by Andrew Heather
Browse files

BUG: mpirunDebug: use of WM_PROJECT

parent 299c4a10
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# ========= | # ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration | # \\ / O peration |
# \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation # \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
# \\/ M anipulation | # \\/ M anipulation |
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# License # License
...@@ -126,8 +126,8 @@ if [ "$WM_PROJECT" ] ...@@ -126,8 +126,8 @@ if [ "$WM_PROJECT" ]
then then
for i in \ for i in \
$HOME/.WM_PROJECT/$WM_PROJECT_VERSION \ $HOME/.$WM_PROJECT/$WM_PROJECT_VERSION \
$HOME/.WM_PROJECT \ $HOME/.$WM_PROJECT \
$WM_PROJECT_DIR/etc \ $WM_PROJECT_DIR/etc \
; ;
do do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment