sherpa is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/sherpa does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 1 and Version 2 of Ticket #263, comment 2


Ignore:
Timestamp:
Mar 12, 2014, 11:41:43 PM (10 years ago)
Author:
Stefan Hoeche
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #263, comment 2

    v1 v2  
    1212./configure <your options> --enable-mpi --with-sqlite3=/path/to/sqlite --host=powerpc64-bgq-linux CC=mpicc CXX=mpic++ FC='mpif90 -fPIC -funderscoring' LDFLAGS=-dynamic
    1313}}}
     14Note that SQLite locking is broken on BG/Q. To work around this problem, please use the commandline option
     15{{{
     16SQLITE_OPEN_FLAG=unix-none
     17}}}
     18which can also be put into the (run) section of your input file.