klusta-team/klustakwik

Allow building without OpenMP in OpenMP branch

Closed this issue · 7 comments

I have tried to fix this in the use_less_ram branch. @nippoo do you have access to a mac that shows this problem? If so, could you test if "make noopenmp" solves the problem? Note that it can be combined with other parameters, e.g. "make debug noopenmp".

Sadly doesn't work:

make noopenmp
make: Nothing to be done for `noopenmp'.

Did you make clean first?

Yes I did!

Weird, OK I'll try again.

OK, new strategy. Now do "make NOOPENMP=1" or "make debug NOOPENMP=1". Should work now.

Works great for me!

On Fri, Jan 9, 2015 at 6:37 PM, Dan Goodman notifications@github.com
wrote:

OK, new stragegy. Now do "make NOOPENMP=1" or "make debug NOOPENMP=1".


Reply to this email directly or view it on GitHub
#31 (comment)
.

Great, closing this issue.