etc/config.sh/unset: Added missing environment variables
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
# ========= |
|
# ========= |
|
||||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
# \\ / O peration | Website: https://openfoam.org
|
# \\ / O peration | Website: https://openfoam.org
|
||||||
# \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
# \\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation
|
||||||
# \\/ M anipulation |
|
# \\/ M anipulation |
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# License
|
# License
|
||||||
@ -122,8 +122,10 @@ unsetenv ENSIGHT9_READER
|
|||||||
unsetenv CMAKE_HOME
|
unsetenv CMAKE_HOME
|
||||||
unsetenv ParaView_DIR
|
unsetenv ParaView_DIR
|
||||||
unsetenv ParaView_INCLUDE_DIR
|
unsetenv ParaView_INCLUDE_DIR
|
||||||
|
unsetenv ParaView_LIB_DIR
|
||||||
unsetenv ParaView_MAJOR
|
unsetenv ParaView_MAJOR
|
||||||
unsetenv ParaView_VERSION
|
unsetenv ParaView_VERSION
|
||||||
|
unsetenv ParaView_GL
|
||||||
unsetenv PV_PLUGIN_PATH
|
unsetenv PV_PLUGIN_PATH
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
# ========= |
|
# ========= |
|
||||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
# \\ / O peration | Website: https://openfoam.org
|
# \\ / O peration | Website: https://openfoam.org
|
||||||
# \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
# \\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation
|
||||||
# \\/ M anipulation |
|
# \\/ M anipulation |
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# License
|
# License
|
||||||
@ -118,8 +118,10 @@ unset ENSIGHT9_READER
|
|||||||
unset CMAKE_HOME
|
unset CMAKE_HOME
|
||||||
unset ParaView_DIR
|
unset ParaView_DIR
|
||||||
unset ParaView_INCLUDE_DIR
|
unset ParaView_INCLUDE_DIR
|
||||||
|
unset ParaView_LIB_DIR
|
||||||
unset ParaView_MAJOR
|
unset ParaView_MAJOR
|
||||||
unset ParaView_VERSION
|
unset ParaView_VERSION
|
||||||
|
unset ParaView_GL
|
||||||
unset PV_PLUGIN_PATH
|
unset PV_PLUGIN_PATH
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -62,8 +62,7 @@ setenv WM_COMPILER_TYPE system
|
|||||||
#- Compiler:
|
#- Compiler:
|
||||||
# WM_COMPILER = Gcc | Gcc48 ... Gcc62 | Clang | Icx
|
# WM_COMPILER = Gcc | Gcc48 ... Gcc62 | Clang | Icx
|
||||||
setenv WM_COMPILER Gcc
|
setenv WM_COMPILER Gcc
|
||||||
setenv WM_COMPILER_ARCH # defined but empty
|
unsetenv WM_COMPILER_ARCH WM_COMPILER_LIB_ARCH
|
||||||
unsetenv WM_COMPILER_LIB_ARCH
|
|
||||||
|
|
||||||
#- Memory addressing:
|
#- Memory addressing:
|
||||||
# On a 64bit OS this can be 32bit or 64bit
|
# On a 64bit OS this can be 32bit or 64bit
|
||||||
|
|||||||
Reference in New Issue
Block a user