-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
25 lines (17 loc) · 932 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Eth MPI apps
------------
* LICENSE file refers to Intel developed code. 3rd-Party code will have a
LICENSE, COPYING, or COPYRIGHT file in the top-level of their subdirectory.
* HPL v2.3: MpiApps/apps/hpl-2.3/COPYRIGHT and MpiApps/apps/hpl-2.3/COPYING
* OSU v5.9: MpiApps/apps/osu-micro-benchmarks-5.9/COPYRIGHT
* IMB 2021.7: MpiApps/apps/imb/license/*
* To build the RPM and SRPM:
1. mkdir -p $HOME/rpmbuild/{SOURCES,RPMS,SRPMS}
2. tar czf $HOME/rpmbuild/SOURCES/eth-mpi-apps.tgz --exclude-vcs .
3. rpmbuild -ba ./OpenIb_Host/mpi-apps.spec
This will build the eth-mpi-apps RPMs in $HOME/rpmbuild/RPMS/(architecture)/
This will also create a eth-mpi-apps-debuginfo RPM, which by default contains basic symbol
information - see below on how to build with full debugging information.
* How to include debugging symbols:
export BUILD_CONFIG=debug
prior to either of the aforementioned build procedures.