moog2
Mechanical
- Jan 16, 2007
- 441
I've found out about this setting in ugii env.dat,
For multi-threading. I have a dual processor machine with Xeon 2Ghz E5504's,(NX6.0.5.3) i'm wondering will i see any benefits, in general modelling?
# MISCELLANEOUS
#
# This variable enables Symmetric Multi-processing (SMP) on systems
# with multiple CPU's or that support hyperthreading. Performance will
# be improved in certain Parasolid operations, such as Mass Properties,
# Booleans and silhouette generation. This option is only supported on
# HP, SUN and Windows NT.
#
# Set to 0 to disable SMP
# Set to 1 to enable SMP
# Unset will take the Parasolid default
#
#if ${NUMBER_OF_PROCESSORS} = 1
UGII_SMP_ENABLE=0
#else
UGII_SMP_ENABLE=1
#endif
Also, assuming i add the "UGII_SMP_ENABLE" as an enviroment variable should the value =2 , as the code implies?
Thanks....
For multi-threading. I have a dual processor machine with Xeon 2Ghz E5504's,(NX6.0.5.3) i'm wondering will i see any benefits, in general modelling?
# MISCELLANEOUS
#
# This variable enables Symmetric Multi-processing (SMP) on systems
# with multiple CPU's or that support hyperthreading. Performance will
# be improved in certain Parasolid operations, such as Mass Properties,
# Booleans and silhouette generation. This option is only supported on
# HP, SUN and Windows NT.
#
# Set to 0 to disable SMP
# Set to 1 to enable SMP
# Unset will take the Parasolid default
#
#if ${NUMBER_OF_PROCESSORS} = 1
UGII_SMP_ENABLE=0
#else
UGII_SMP_ENABLE=1
#endif
Also, assuming i add the "UGII_SMP_ENABLE" as an enviroment variable should the value =2 , as the code implies?
Thanks....