T
T
Tutorials
Search…
Tutorials
Linux
Pryor
SSH
Putty
Transferring files
Screen
Parallel
NGS
Sample QC
Consensus building
FastQ to VCF
Mapping pipeline
Fst with delly
Kraken2
R
TryCatch
Sysadmin
Nvidia drivers
Beagle-GPU
Powered By
GitBook
Beagle-GPU
Standard conda install of beagle doesn't contain GPU modules. Needs custom installation.
1
git clone https://github.com/beagle-dev/beagle-lib.git
2
Copied!
Then change the
compute_30
value to
compute_70
in
libhmsbeagle/GPU/kernels/Makefile
.
libOpenCL might need to be linked
1
sudo ln -s /usr/local/cuda-11.1/targets/x86_64-linux/lib/libOpenCL.so.1 /usr/lib/libOpenCL.so
Copied!
Then configure and make:
1
./configure --with-opencl=/usr/local/cuda-11.1/targets/x86_64-linux/
2
make install
Copied!
Beast needs to be modified
1
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":/mnt/storageG1//jody/miniconda3/lib/:/usr/local/lib
Copied!
Sysadmin - Previous
Nvidia drivers
Last modified
1yr ago
Copy link