mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add comment about INTELMPI env variables
This commit is contained in:
@ -25,6 +25,9 @@
|
|||||||
# For USERMPI, the user is responsible for supplying an appropriate
|
# For USERMPI, the user is responsible for supplying an appropriate
|
||||||
# wmake/rules/General/mplibUSERMPI file and managing all settings
|
# wmake/rules/General/mplibUSERMPI file and managing all settings
|
||||||
#
|
#
|
||||||
|
# For INTELMPI, note that the (I_MPI_CC, I_MPI_CCX) environment variables
|
||||||
|
# define the underlying compiler to be used
|
||||||
|
#
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
unsetenv MPI_ARCH_PATH MPI_HOME
|
unsetenv MPI_ARCH_PATH MPI_HOME
|
||||||
setenv FOAM_MPI dummy # Fallback value
|
setenv FOAM_MPI dummy # Fallback value
|
||||||
|
|||||||
@ -25,6 +25,9 @@
|
|||||||
# For USERMPI, the user is responsible for supplying an appropriate
|
# For USERMPI, the user is responsible for supplying an appropriate
|
||||||
# wmake/rules/General/mplibUSERMPI file and managing all settings
|
# wmake/rules/General/mplibUSERMPI file and managing all settings
|
||||||
#
|
#
|
||||||
|
# For INTELMPI, note that the (I_MPI_CC, I_MPI_CCX) environment variables
|
||||||
|
# define the underlying compiler to be used
|
||||||
|
#
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
unset MPI_ARCH_PATH MPI_HOME
|
unset MPI_ARCH_PATH MPI_HOME
|
||||||
export FOAM_MPI=dummy # Fallback value
|
export FOAM_MPI=dummy # Fallback value
|
||||||
|
|||||||
Reference in New Issue
Block a user