Field G. Van Zee
Field G. Van Zee
@cdluminate This is the classic [ARG_MAX issue](https://www.in-ulm.de/~mascheck/various/argmax/). Please try the `--enable-max-arg-list-hack` option to `configure` and let me know if it works. (It usually works for people in your situation.)
@cdluminate Let me get back to you in a day or two on which options make a good set of defaults. (Your options look fine, but there may be one...
@cdluminate In addition to the options you list above, I recommend adding: ``` --enable-multithreading=[openmp|pthreads] # You'll need to choose `openmp` or `pthreads`. --enable-supermatrix --enable-memory-alignment=16 --enable-ldim-alignment ``` Also, in case it...
@bewantbe Are you asking if `--enable-max-arg-list-hack` will be the default in the next upstream release of libflame source, or the next Debian packaging that @cdluminate does?
@bewantbe Thanks for clarifying that. I'm not sure if there are any side effects of `--enable-max-arg-list-hack`--I'll have to look into it. I just know that it started out as a...
@bewantbe I've committed the change to b112dd8. It will be included in the next release, though I don't know when that will be. But it's ready to use in `master`...
@lejeczek The `--includedir` and `--libdir` options have no effect in libflame's configuration script. They are a byproduct of the fact that `configure` is generated via GNU `autoconf`, and there is...
@JohnCC330 Sorry for the delayed response, and thanks for your comment. The assumptions made during installation of libflame are definitely sub-optimal. (I've been focusing all of my time on BLIS,...
@JohnCC330 I wanted to give you a quick update. My schedule opened up a bit and I have decided to spend a little bit of time making some much-needed updates...
> Anyway, I'm interested. If I can be of help, gladly. @JohnCC330 Thanks, John. I could definitely use your help. In general, if you could just describe which `configure` options...