You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+13-9
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,14 @@ Nevertheless, TCLB can be compiled on Windows using the [Windows Subsystem for L
52
52
### Dependencies
53
53
54
54
For the code to compile and work you'll need a few things:
55
-
-[R](https://www.r-project.org/) and some R packages ([optparse](https://cran.r-project.org/package=optparse), [numbers](https://cran.r-project.org/package=numbers), [rtemplate](https://github.com/llaniewski/rtemplate), [gvector](https://github.com/llaniewski/gvector), [polyAlgebra](https://github.com/llaniewski/polyAlgebra))
55
+
-[R](https://www.r-project.org/) and some R packages ([optparse](https://cran.r-project.org/package=optparse), [rtemplate](https://github.com/llaniewski/rtemplate), [gvector](https://github.com/llaniewski/gvector), [polyAlgebra](https://github.com/llaniewski/polyAlgebra))
56
56
-[MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface). We recommend [OpenMPI](http://www.open-mpi.org/)
57
-
- To use your GPU, you'll need [nVidia CUDA](https://developer.nvidia.com/cuda-zone)
57
+
- To use your GPU, you'll need [nVidia CUDA](https://developer.nvidia.com/cuda-zone) or [AMD HIP/ROCm](https://www.amd.com/en/graphics/servers-solutions-rocm)
58
+
59
+
Optionally, you may need:
58
60
- To integrate TCLB with R, you'll need R package [rinside](https://github.com/eddelbuettel/rinside)
59
61
- To integrate TCLB with Python, you'll need [python](https://www.python.org/), [numpy](http://www.numpy.org/) with libraries and headers
60
-
- To develop a model using Python, you'll need [python](https://www.python.org/), [sympy](http://www.sympy.org/) and R package: [rPython](https://cran.r-project.org/package=rPython)
62
+
- To develop a model using Python, you'll need [python](https://www.python.org/), [sympy](http://www.sympy.org/) and R package[reticulate](https://cran.r-project.org/package=reticulate)
61
63
62
64
You can install many of these with the provided `tools/install.sh` script (note that this requires sudo):
63
65
```bash
@@ -112,17 +114,19 @@ TCLB began development in 2012 with the aim at providing a framework for efficie
0 commit comments