Skip to content

Commit

Permalink
Update to latest from build 10.9.2.0.7 (IFS 10.9.2.0.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Breyer committed Apr 15, 2019
1 parent a0b3999 commit ec20947
Show file tree
Hide file tree
Showing 18 changed files with 369 additions and 202 deletions.
5 changes: 3 additions & 2 deletions CommonInstall/comp_delta.pl
Original file line number Diff line number Diff line change
Expand Up @@ -894,8 +894,9 @@ ($$)

# do the following before we set any system env vars
if ( $Default_SameAutostart ) {
# set env vars to -1, so we will keep previous config
set_opascript_env_vars(-1);
# set env vars to -1 for SRP and SRPT, so we keep the autostart option
setup_env("OPA_SRP_LOAD", -1);
setup_env("OPA_SRPT_LOAD", -1);
}

#override the udev permissions.
Expand Down
4 changes: 3 additions & 1 deletion CommonInstall/do_mvapich2_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,9 @@ logfile=make.mvapich2.$interface.$compiler
exit 1;;
esac

pref_env=
# HWLOC component auto detects CUDA and will use it if found on the system
# So, tell HWLOC to ignore CUDA: enable_gl=no
pref_env="enable_gl=no"
if [ "$STACK_PREFIX" != "/usr" ]
then
pref_env="$pref_env LD_LIBRARY_PATH=$STACK_PREFIX/lib64:$STACK_PREFIX/lib:\$LD_LIBRARY_PATH"
Expand Down
7 changes: 6 additions & 1 deletion CommonInstall/do_openmpi_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,12 @@ logfile=make.openmpi.$interface.$compiler

if [ "$Cflag" = y ]
then
pref_env = "$pref_env MPI_STRESS_CUDA=1"
pref_env="$pref_env MPI_STRESS_CUDA=1"
else
# HWLOC component auto detects CUDA and will use it even if it is NOT
# a CUDA OMPI build. So, tell HWLOC to ignore CUDA (if found on the system)
# when not creating a CUDA build.
pref_env="$pref_env enable_gl=no"
fi

cmd="$pref_env rpmbuild --rebuild \
Expand Down
14 changes: 0 additions & 14 deletions CommonInstall/util_init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -440,20 +440,6 @@ ()
setup_env("OPA_IRQBALANCE", 1);
}

# set the env vars for ALL opa-scripts system env variables. Use this subroutine with caution because it will set ALL
# the env vars. The typical use case for the routine is seting all vars to -1, so opa-scripts will skip config on them.
# This is useful when we intend to keep previous conf.
sub set_opascript_env_vars($)
{
my $env_value = shift();
setup_env("OPA_UDEV_RULES", $env_value);
setup_env("OPA_LIMITS_CONF", $env_value);
setup_env("OPA_ARPTABLE_TUNING", $env_value);
setup_env("OPA_SRP_LOAD", $env_value);
setup_env("OPA_SRPT_LOAD", $env_value);
setup_env("OPA_IRQBALANCE", $env_value);
}

# this will be replaced in component specific INSTALL with any special
# overrides of things in main*pl
sub overrides()
Expand Down
7 changes: 1 addition & 6 deletions IbaTools/man/opaconfig.manPage
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ opaconfig
Configures the Intel(R) Omni-Path Software through command line interface or TUI menus.
.SH Syntax
.NL
opaconfig [-r \fIroot\fR] [-G] [-v|-vv] [-u|-s|-e \fIcomp\fR] [-E \fIcomp\fR] [-D \fIcomp\fR]
opaconfig [-G] [-v|-vv] [-u|-s|-e \fIcomp\fR] [-E \fIcomp\fR] [-D \fIcomp\fR]
.br
[--user\(ulqueries|--no\(uluser\(ulqueries] [--answer \fIkeyword=value\fR]
.PP
Expand All @@ -42,11 +42,6 @@ Starts the Intel(R) Omni-Path Software TUI.
.NL
Produces full help text.

.TP 10
-r \fIroot\fR
.NL
Specifies alternate root directory. Default is / .

.TP 10
-G
.NL
Expand Down
2 changes: 1 addition & 1 deletion IbaTools/man/opaextractmissinglinks.manPage
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Produces full help text.
.TP 10
-T/--topology \fItopology\(ulinput\fR
.NL
Uses topology\(ulinput file to augment and verify fabric information. When used, various reports can be augmented with information not available electronically (such as cable labels). \[aq]-\[aq] may be used to specify stdin.
Specifies the topology file to verify against. Default is /etc/opa/topology.0:0.xml

.TP 10
-o/--output \fIreport\fR
Expand Down
27 changes: 25 additions & 2 deletions IbaTools/man/opareport.manPage
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,30 @@ Obtains performance statistics over interval \fIseconds\fR. Clears all statistic
.TP 10
-b/--begin \fIdate\(ultime\fR
.NL
Obtains past performance stats over an interval beginning at \fIdate\(ultime\fR. Implies -s option. \fIdate\(ultime\fR may be a time entered as HH:MM[:SS] or date as mm/dd/YYYY, dd.mm.YYYY, YYYY-mm-dd or date followed by time; for example, "2016-07-04 14:40". Relative times are taken as "x [second|minute|hour|day](s) ago.
Obtains performance stats beginning at \fIdate\(ultime\fR. Implies -s option.
.RS

.IP \(bu
If -b/--begin and -e/--end are specified, the performance stats are provided over the specified interval.
.IP \(bu
If only -b/--begin is specified, the absolute value of the performance stats at the specified time is provided.

.RE
\fIdate\(ultime\fR may be a time entered as HH:MM[:SS] or date as mm/dd/YYYY, dd.mm.YYYY, YYYY-mm-dd or date followed by time; for example, "2016-07-04 14:40". Relative times are taken as "x [second|minute|hour|day](s) ago.

.TP 10
-e/--end \fIdate\(ultime\fR
.NL
Obtains past performance stats over an interval ending at \fIdate\(ultime\fR. Implies -s option.
Obtains performance stats over an interval ending at \fIdate\(ultime\fR. Implies -s option.

.RS

.IP \(bu
If -b/--begin and -e/--end are specified, the performance stats are provided over the specified interval.
.IP \(bu
If only -e/--end is specified, the absolute value of the performance stats at the specified time is provided.

.RE

.IP
\fIdate\(ultime\fR may be a time entered as HH:MM[:SS] or date as mm/dd/YYYY, dd.mm.YYYY, YYYY-mm-dd or date followed by time; for example, "2016-07-04 14:40". Relative times are taken as "x [second|minute|hour|day](s) ago.
Expand Down Expand Up @@ -269,6 +287,11 @@ links
.NL
Summary of all links.

.TP 10
linkinfo
.NL
Summary of all links with LIDs in the fabric.

.TP 10
extlinks
.NL
Expand Down
Loading

0 comments on commit ec20947

Please sign in to comment.