Scott Ransom

Results 77 comments of Scott Ransom

I see. OK. That helps. And I agree that that does seem potentially helpful. I'll take a look at your PR as well as the possibility to avoid fork() and...

Fair enough! And after you explained your reasoning for forking, I think I might be coming around to your way of thinking.

Thanks, Azumi! This has been a crazy semester, but I *completely* plan to handle this PR (perhaps with small changes) over the next month or so. I really appreciate your...

Yeah, this definitely seem like a problem with a previous step. Because when ACCEL files are created, the candidates are written to them, and then the related .inf file is...

So it happens with a very clunky Unix "cat" command call in accel_utils.c (as part of running `accelsearch`). The only way that I can see that this wouldn't have worked...

Huh. I've never been able to replicate this bug. And I use Ubuntu 14.04, 16.04 and now 18.04. @siemion Any idea why that change in the CFLAGS ordering makes a...

Ugh. This is so strange. I regularly compile PRESTO on RHEL7, RHEL6, and all the recent Ubuntu releases (I'm using 18.10 on my laptop now, and will probably try 19.04...

Did you by any chance get rid of the -DUSEFFTW flag in CFLAGS? That would cause this as well, I think.

If you look in $PRESTO/src/Makefile, search_bin is listed in the BINARIES variable. Just remove the word from there and search_bin won't be compiled by default. I want to see if...

Ok, that is useful. This definitely means that, for some reason, USEFFTW is not being set properly. Can you please post what one of the gcc lines looks like when...