pseudospectators / FLUSI

Fluid-Structure-Interaction / MHD Research Code. Relies on Fourier transforms for derivatives and the volume penalization method to include obstacles.
http://aifit.cfd.tu-berlin.de/
GNU General Public License v3.0
46 stars 29 forks source link

parallel make does not work since es3bis implementation #18

Closed tommy-engels closed 7 years ago

tommy-engels commented 7 years ago

since the upgrade of the es3bis version into master branch, the makefile is corrupted: it builds *when compiling freshly, eg after make clean) only in a serial version make -j1

it seems some dependencies are not resolved.

dkolom commented 7 years ago

Please check if it now works on your computer.

tommy-engels commented 7 years ago

works!