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

64-bit mode by default? #5

Open
evanbiederstedt opened this issue Feb 14, 2020 · 1 comment
Open

64-bit mode by default? #5

evanbiederstedt opened this issue Feb 14, 2020 · 1 comment

Comments

@evanbiederstedt
Copy link

Hi @brianwalenz @aphillippy

Not a high priority issue:

I wonder if it would make sense to have MUMmer3 compile in 64-bit mode by default (i.e. add this to the Makefile) or perhaps add a line in the README recommending that users to do this.

For potential users, I think it might save some time/reduce potential confusion.

I ran into the following issue:

suffix tree construction failed: textlen=3209286560 larger than maximal textlen=536870908
ERROR: mummer and/or mgaps returned non-zero

which is solved by just recompiling with make CPPFLAGS="-O3 -DSIXTYFOURBITS"

If it's worth your time, I could make a quick PR.

Best, Evan

@evanbiederstedt
Copy link
Author

Related to #6

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

No branches or pull requests

1 participant