Modify ↓
Opened 12 years ago
Last modified 11 years ago
#263 new setup
Sherpa on IBM BlueGene/Q
Reported by: | Stefan Hoeche | Owned by: | Stefan Hoeche |
---|---|---|---|
Priority: | major | Milestone: | perfect |
Component: | Unknown | Version: | 2.0.0 |
Keywords: | Cc: |
Description
This ticket contains instructions for compiling and running Sherpa on IBM BG/Q systems.
Attachments (1)
Change History (3)
comment:1 Changed 12 years ago by
Version: | 2.0.beta2 → 2.0.0 |
---|
comment:2 Changed 11 years ago by
For versions 2.1.0 and above you may need a custom installation of sqlite:
wget http://www.sqlite.org/2013/sqlite-autoconf-3080200.tar.gz tar -xzf sqlite-autoconf-3080200.tar.gz cd sqlite-autoconf-3080200/ ./configure --prefix=/path/to/sqlite --host=powerpc64-bgq-linux CC=mpicc LDFLAGS=-dynamic sed -e's|sqlite\\\\ |sqlite_|g' -i config.status make && make install
When installing Sherpa, use the following configure options
./configure <your options> --enable-mpi --host=powerpc64-bgq-linux CC=mpicc CXX=mpic++ CPPFLAGS=-I/path/to/sqlite/include FC='mpif90 -fPIC -funderscoring' LDFLAGS='-dynamic -L/path/to/sqlite/lib'
Version 0, edited 11 years ago
by
(next)
Changed 11 years ago by
Attachment: | lock_1.patch added |
---|
Note: See
TracTickets for help on using
tickets.
Configure with
Run with