Jean-guillaume Piccinali
Jean-guillaume Piccinali
Hi, Just installed shocco and i believe it's using an outdated version of docco.css. because it fails to highlight this piece of code: ``` shocco eff.sh > eff.html ``` -...
This is a _minor_ feature request: when running reframe, the test's name appears like this: - [----------] start processing checks - [ RUN ] run_cuda_strong %use_tool=nsys %gpus_per_cn=4 `/64414b57` @hpc:gpu+builtin Would...
Hi, Trying to compile the [.c test files](https://github.com/OpenACCUserGroup/OpenACCV-V/tree/master/Tests) with pgi/18.10, i am getting a few failures. I'd like to get your expert feedback about those failures, i.e can we explain...
Hi, Trying to compile the [.c test files](https://github.com/OpenACCUserGroup/OpenACCV-V/tree/master/Tests) with gcc/8.2.0, i am getting a few failures. I'd like to get your expert feedback about those failures, i.e can we explain...
For the .c tests i could to compile, i got this amount of failures: |gnu/8.2.0 | cce/8.7.6 | pgi/18.10| |-- | -- | --| |4 | 23 | 7| All...
On multi-gpus nodes, it is possible to control which devices an application can use by setting CUDA_VISIBLE_DEVICES. MPI codes must use a shell script. In this example: ``` srun ./visible_devices.sh...