Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
d5d80f01
Commit
d5d80f01
authored
Sep 19, 2008
by
Mark Olesen
Browse files
modified remaining Allwmake scripts to run from anywhere
parent
99628401
Changes
20
Hide whitespace changes
Inline
Side-by-side
applications/solvers/compressible/rhoCentralFoam/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso BCs
wmake
# ----------------------------------------------------------------- end-of-file
applications/solvers/compressible/rhopSonicFoam/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso BCs
wmake
# ----------------------------------------------------------------- end-of-file
applications/solvers/multiphase/twoPhaseEulerFoam/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso phaseModel
wmake libso interfacialModels
wmake libso kineticTheoryModels
wmake
# ----------------------------------------------------------------- end-of-file
applications/utilities/mesh/conversion/Optional/Allwmake
View file @
d5d80f01
...
...
@@ -2,7 +2,6 @@
#
# Build optional components (eg, may depend on third-party libraries)
# -----------------------------------------------------------------------------
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
...
...
@@ -18,4 +17,4 @@ then
wmake ccm26ToFoam
fi
#
end
#
----------------------------------------------------------------- end-of-file
applications/utilities/mesh/generation/extrudeMesh/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso extrudeModel
wmake
# ----------------------------------------------------------------- end-of-file
applications/utilities/mesh/manipulation/setSet/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
READLINE
=
0
if
[
-f
/usr/include/readline/readline.h
]
;
then
...
...
@@ -9,3 +10,5 @@ if [ -f /usr/include/readline/readline.h ]; then
fi
export
READLINE
wmake
# ----------------------------------------------------------------- end-of-file
applications/utilities/postProcessing/graphics/PV3FoamReader/Allwmake
View file @
d5d80f01
...
...
@@ -17,3 +17,5 @@ then
;;
esac
fi
# ----------------------------------------------------------------- end-of-file
applications/utilities/postProcessing/graphics/PVFoamReader/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
if
[
-d
"
$ParaView_DIR
"
-a
-r
"
$ParaView_DIR
"
]
...
...
@@ -16,3 +17,5 @@ then
;;
esac
fi
# ----------------------------------------------------------------- end-of-file
applications/utilities/postProcessing/graphics/ensightFoamReader/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
wmake libso
# ----------------------------------------------------------------- end-of-file
doc/Doxygen/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
umask
22
...
...
src/Pstream/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso dummy
...
...
@@ -18,3 +19,4 @@ GAMMA)
;;
esac
# ----------------------------------------------------------------- end-of-file
src/conversion/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso
# ----------------------------------------------------------------- end-of-file
src/decompositionAgglomeration/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso decompositionMethods
...
...
src/lagrangian/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso basic
...
...
@@ -8,3 +9,4 @@ wmake libso dieselSpray
(
cd
molecularDynamics
&&
wmake libso potential
)
(
cd
molecularDynamics
&&
wmake libso molecule
)
# ----------------------------------------------------------------- end-of-file
src/postProcessing/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libo postCalc
...
...
@@ -6,4 +7,4 @@ wmake libso forces
wmake libso fieldAverage
wmake libso foamCalcFunctions
# ----------------------------------------------------------------- end-of-file
src/thermophysicalModels/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso specie
...
...
@@ -16,3 +17,4 @@ wmake libso pdfs
wmake libso radiation
wmake libso barotropicCompressibilityModel
# ----------------------------------------------------------------- end-of-file
src/transportModels/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso incompressible
wmake libso interfaceProperties
#wmake libso compressible
# wmake libso compressible
# ----------------------------------------------------------------- end-of-file
src/turbulenceModels/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
(
cd
RAS
&&
./Allwmake
)
(
cd
LES
&&
./Allwmake
)
# ----------------------------------------------------------------- end-of-file
src/turbulenceModels/LES/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso LESfilters
...
...
@@ -6,3 +7,5 @@ wmakeLnInclude incompressible
wmake libso LESdeltas
wmake libso incompressible
wmake libso compressible
# ----------------------------------------------------------------- end-of-file
src/turbulenceModels/RAS/Allwmake
View file @
d5d80f01
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
set
-x
wmake libso incompressible
wmake libso compressible
# ----------------------------------------------------------------- end-of-file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment