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 Initial Version and Version 1 of Ticket #263, comment 2


Ignore:
Timestamp:
Jan 2, 2014, 8:08:10 AM (10 years ago)
Author:
Stefan Hoeche
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #263, comment 2

    initial v1  
    1010When installing Sherpa, use the following configure options
    1111{{{
    12 ./configure <your options> --enable-mpi --host=powerpc64-bgq-linux CC=mpicc CXX=mpic++ CPPFLAGS=-I/path/to/sqlite/include FC='mpif90 -fPIC -funderscoring' LDFLAGS='-dynamic -L/path/to/sqlite/lib'
     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
    1313}}}