-
Notifications
You must be signed in to change notification settings - Fork 9
cornelisnetworks/opa-mpi-apps
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
OPA MPI apps
------------
* To build the RPM and SRPM:
1. mkdir -p $HOME/rpmbuild/{SOURCES,RPMS,SRPMS}
2. tar czf $HOME/rpmbuild/SOURCES/opa-mpi-apps.tgz --exclude-vcs .
3. rpmbuild -ba ./OpenIb_Host/mpi-apps.spec
This will build the opa-mpi-apps RPMs in $HOME/rpmbuild/RPMS/(architecture)/
This will also create a opa-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.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published