-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hello,
I've successfully build the CUDA version of the code.
Is it possible to measure performance without relying on OpenGL or Xvfb ?
In a public supercomputer environment, it is very difficult to request installation of dependencies required for running the test.
- In case of GLM, GLFW, and GLEW, I was able to install them locally via
Spack
. However, as mentioned in the repo, running the code through X-tunneling is not recommended. - In case of
Xvfb
, it is part ofXorg
, and we cannot request installation of these packages in a shared environment.
Also, when running CUDA version, the following error is generated on CentOS 7.9
$ ./nbody_cuda
Error id : 65543, GLX: Failed to create context: 161
I appreciate if you can provide some suggestion to circumvent these issues.
Regards.
Metadata
Metadata
Assignees
Labels
No labels