Hi Javier,
On 12/07/2017 22:22, Javier Antonio Ruiz Bosch wrote:
Hi, easybuilders.
My HPC has a GPU node that consists of 2 Nvidia K80 GPU cards. I
recently need to install GROMACS to run it on that GPU node. I
searched a few days ago and I did not found easyconfig of GROMACS for
GPU so I prepared one using the toolchain foss and as a dependency I
added cuda. Four days ago, akesandgren (github) added an easyconfig of
GROMACS for GPU using the toolchain goolfc, so can I also install it
using that easyconfig perhaps making some changes to the. patch file
because my nvidia libraries are in user/lib64/nvidia not in
user/lib/nvidia-367 not in user/lib/nvidia-375?
If at the time of starting the installation with easybuild should I do
it from the server master or from the GPU node so the installation
process can detects the GPU cards and use their drivers and library
that are only in this GPU node. Or there is another way to do it.
Another question is how can I see the outputs of the cmake at the
configuration step even when all is fine, it is only written to the
log when the installation fails, in case it doesn’t fail this output
is not written to the log.
The output of commands is always added to the log, regardless of failure
or success.
You may need to use "eb --debug" though...
regards,
Kenneth