Matt Godbolt

Results 527 comments of Matt Godbolt
trafficstars

@brycelelbach yay! We don't know anything about these compilers, so any help appreciated. Previously I've been put off by EULAs that prohibit things like "concurrent users" etc. So, a license...

(I just did a naive search and found this: ``` Before running the NVIDIA HPC SDK NGC container, please ensure that your system meets the following requirements. Pascal (sm60), Volta...

That's good news. I'm now trying to download and have hit the EULA (https://docs.nvidia.com/hpc-sdk/eula/index.html) In 2.1: > NVIDIA hereby grants You a limited, non-transferable, and non-exclusive license, without the right...

Stepping beyond the EULA, I'm now taking a quick look at the installation: ``` $ wget https://developer.download.nvidia.com/hpc-sdk/20.9/nvhpc_2020_209_Linux_x86_64_cuda_11.0.tar.gz $ tar xpzf nvhpc_2020_209_Linux_x86_64_cuda_11.0.tar.gz $ sudo nvhpc_2020_209_Linux_x86_64_cuda_11.0/install ``` I'll try and see if...

Thanks so much @brycelelbach : let's work out the technical side. Knowing you're on the case means I have a high chance of us finding commoin ground...I'll take it on...

Looks like the installer is interactive; but at least it seems to support a network install! We can probably script it with `expect` :) ``` $ ./install --help Welcome to...

@costat awesome! That wording looks like copy/paste from the previous license (see the beginning of this issue), so I wouldn't be surprised :)

@brycelelbach I don't know how much that matters; but thanks. ANyhoo right now I'm just investigating what it'd take to install and run. The installer worked just fine and I...

``` $ echo -e '\n2\n/opt/compiler-explorer/nvidia/hpc_sdk\n' | ./install ``` is our installer now! yay :)

@brycelelbach confirmed! thanks : ``` $ /opt/compiler-explorer/nvidia/hpc_sdk/Linux_x86_64/2020/compilers/bin/nvc++ --version nvc++ 20.9-0 LLVM 64-bit target on x86-64 Linux -tp skylake NVIDIA Compilers and Tools Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved....