Wileam Y. Phan

Results 68 comments of Wileam Y. Phan

What's the current consensus on the space in an end block keyword, e.g. `enddo` or `end do`?

@wmaxey I third this. Most C++ beginners prefer using `std::cout` and `std::cerr` to `std::format` IMHO. The latter is kinda Python-like (or is it the other way around?)

Also, [here](https://gist.github.com/wyphan/133a9cc81a91592152ec070536b9be1d) is the `make.inc` that I used to compile. I roughly followed the steps listed in [this page](https://proteusmaster.urcf.drexel.edu/urcfwiki/index.php/Compiling_LAPACK) to build a shared library version of LAPACK by modifying `Makefile`...

@martin-frbg I think it is more related to the PGI compiler than AOCC `flang` (Actually, the `pgfortran` alias is still there and now points to `nvfortran`), but I'll give it...

Update: Building with NVIDIA HPC SDK version 20.9 and 20.11 also results in some errors. As suggested by @martin-frbg (at least for building OpenBLAS with PGI compilers / NVIDIA HPC...

Also, how do I limit the number of compile processes invoked by `make` to 8, instead of the _auto-detected_ 128? I don't want to slow the cluster down for everybody......

Sure, that would be great! The reason I want to build OpenBLAS on Summit is to use it with MAGMA package. Currently I use MAGMA linked against IBM ESSL (which...

@cparrott73 Thanks for the [patch](https://github.com/xianyi/OpenBLAS/issues/2386#issuecomment-660390504)! With PGI 20.1 on Summit (ORNL), I had to also propagate the changes to the POWER9 part. I also tried "translating" the `CCOMMON_OPT` part to...

@martin-frbg Summit also has PGI 19.10 installed. Should I wait for #2725 to be merged first before trying to build again?

With PGI 19.10, after applying the diff patch for #2725, the build strangely didn't choke on `blas_server_omp.c`. Instead, it went further and finally failed at `make shared` phase in the...