bosung-gotocloud

Results 4 comments of bosung-gotocloud

1. Build OpenMPI with CUDA support for multiple GPUs 2. Install cmake 3.27 for building AmgX mkdir -p /opt/cmake wget https://github.com/Kitware/CMake/releases/download/v3.27.2/cmake-3.27.2-linux-x86_64.sh sh cmake-3.27.2-linux-x86_64.sh --skip-license --prefix=/opt/cmake echo 'export PATH=/opt/cmake/bin:$PATH' >> /etc/bash.bashrc`...

In my Ubuntu host machine, though the above message shows, the baramMesh and baramFlow work well. I guess that according to the environment setup in the host OS, this error...

I think the error message is related to the OpenGL problem on your host OS. I think 'vglrun' needs to be installed in your host machine. I installed BARAM with...

Download `baram-24.2.0-vglrun.tar.gz` and run apptainer container with following command: ``` apptainer exec ~/BaramApptainer/baram-24.2.0-vglrun.sif bash -c 'vglrun /opt/baram/baramFlow.sh' ```