Changes between Version 3 and Version 4 of Ticket #263, comment 2
- Timestamp:
- Mar 13, 2014, 6:32:52 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #263, comment 2
v3 v4 12 12 ./configure <your options> --enable-mpi --with-sqlite3=/path/to/sqlite --host=powerpc64-bgq-linux CC=mpicc CXX=mpic++ FC='mpif90 -fPIC -funderscoring' LDFLAGS=-dynamic 13 13 }}} 14 Note that SQLite locking is broken on BG/Q. To work around this problem, please use the Sherpacommandline option14 Note that SQLite locking is broken on BG/Q. To work around this problem, please use [https://sherpa.hepforge.org/trac/attachment/ticket/263/lock_1.patch the patch below] and run Sherpa with commandline option 15 15 {{{ 16 16 SQLITE_OPEN_FLAG=unix-none