scivision

Results 103 comments of scivision

This is handled by adding "install" section to CMake / Meson scripts. Install is added in https://github.com/plibither8/2048.cpp/pull/91 Separately, if one wishes to [distribute executables for multiple platforms in a GitHub...

This might be done via GitHub Actions. To build this on one's own laptop about 20 GB of development tools must be installed.

I haven't built ERAM. But the process of uploading the artifact works like the lines following https://github.com/ninja-build/ninja/blob/master/.github/workflows/windows.yml#L29 Another possibility is AppVeyor, which has the [latest WDK](https://www.appveyor.com/updates/2020/05/29/). I didn't immediately find...

#### My use case geospace plasma physics simulations / data assimilation / remote sensing, I feel the minimum necessary precision is that **integer microseconds are necessary** in a datetime type....

Until PGI 19.4, PGI struggled with Fortran 2003 and 2008 is really buggy if there at all. 19.10 was the first PGI that was usable with Fortran 2008 syntax in...

Since Intel oneAPI: * has "complete" Fortran 2018 support * is free to use (not just for education as with prior license) * generally has better performance than PGI/NVHPC for...

Also, there's the triumvirate of NVHPC, Flang classic, and LLVM/F18 Flang. I am not sure what Nvidia's long term plan is, it could be that they're pouring effort into f18...

Yes NAG 7.0 was the first to support `submodule`

That NAG 7.0 error may be a bug in cmake. Similar errors happenes with other compilers until CMake fixed the bugs. The NAG 7.0 warnings are due to NAG not...

Yes that NAG file naming scheme for submodules is completely different than any other compiler so I would say there's a very high chance that CMake needs to update itself.