Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CPPFLAGS to Makefile so that compiled in 64-bit mode by default #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

evanbiederstedt
Copy link

Hi there @brianwalenz @aphillippy

In case it is considered sensible to make this default behavior, I've added the C/C++ preprocessor flags in the Makefile so that MUMmer is compiled in 64-bit mode.

Naturally, I may be missing something---perhaps this shouldn't be default behavior, or this better belongs in the README. If so, I'm happy to close the PR.

@gmarcais
Copy link

Any reason to use MUMmer3 vs. MUMmer4 that does not have these limitations?

@evanbiederstedt
Copy link
Author

evanbiederstedt commented Feb 17, 2020

Hi @gmarcais

The memory consumption is quite different between MUMmer3 vs. MUMmer4. This is my sole reason for using version 3 as opposed to the newest version.

EDIT: Also, I would be happy to e-mail you some plots detailing this. Feel free to ping me as well.

My view of the situation is that it is totally fine to have both versions 3 and 4, but that version 3 doesn't necessarily need to be "unchanged" given version 4 exists.

Given the community uses both versions (I think), I think it would make sense to compile the code by default in 64-bit mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants