laristra / flecsph

A Parallel and Distributed SPH Implementation Based on the FleCSI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile: Flecsi on Fedora

JulienLoiseau opened this issue · comments

FleCSI not compiling on Travis due to g++ and pthread:

g++: error: unrecognized command line option '-pthread -Dpthread -D-DOMPI_SKIP_MPICXX -D-DMPICH_SKIP_MPICXX'

Any hints ?
In refactor branch of FleCSPH.

There are quotes around -pthread -Dpthread -D-DOMPI_SKIP_MPICXX -D-DMPICH_SKIP_MPICXX and hence it interprets it as one option.

I think that is an issue in cinch! @tuxfan, @charest any idea?