Modify ↓
Opened 11 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 11 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 --with-sqlite3=/path/to/sqlite --host=powerpc64-bgq-linux CC=mpicc CXX=mpic++ FC='mpif90 -fPIC -funderscoring' LDFLAGS=-dynamic
Note that SQLite locking is broken on BG/Q. To work around this problem, please use the patch below and run Sherpa with commandline option
SQLITE_OPEN_FLAG=unix-none
which can also be put into the (run) section of your input file.
Changed 11 years ago by
Attachment: | lock_1.patch added |
---|
Note: See
TracTickets for help on using
tickets.
Configure with
Run with