Changes between Version 2 and Version 3 of Ticket #263, comment 2
- Timestamp:
- Mar 12, 2014, 11:44:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #263, comment 2
v2 v3 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 commandline option14 Note that SQLite locking is broken on BG/Q. To work around this problem, please use the Sherpa commandline option 15 15 {{{ 16 16 SQLITE_OPEN_FLAG=unix-none