Changes between Version 1 and Version 2 of Ticket #263, comment 2
- Timestamp:
- Mar 12, 2014, 11:41:43 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #263, comment 2
v1 v2 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 option 15 {{{ 16 SQLITE_OPEN_FLAG=unix-none 17 }}} 18 which can also be put into the (run) section of your input file.