Skip to content

sjb017/eth-mpi-apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Eth MPI apps
------------

* 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 51.5%
  • Roff 15.7%
  • Makefile 9.2%
  • C++ 8.6%
  • Shell 7.5%
  • HTML 7.3%
  • Other 0.2%