cc_staff
284
edits
m (Added pyarrow spider-fy) |
m (Update to use default (latest) version of Arrow) |
||
Line 6: | Line 6: | ||
== CUDA == <!--T:2--> | == CUDA == <!--T:2--> | ||
Arrow is also available with CUDA. | Arrow is also available with CUDA. | ||
{{Command|module load gcc/ | {{Command|module load gcc/9.3.0 arrow cuda/11}} | ||
== Python bindings == <!--T:3--> | == Python bindings == <!--T:3--> | ||
The module contains bindings for multiple Python versions. | The module contains bindings for multiple Python versions. | ||
To discover which are the compatible Python versions, run | To discover which are the compatible Python versions, run | ||
{{Command|module spider arrow/0 | {{Command|module spider arrow/4.0.0}} | ||
Or search directly ''pyarrow'', by running | Or search directly ''pyarrow'', by running | ||
{{Command|module spider pyarrow}} | {{Command|module spider pyarrow}} | ||
Line 20: | Line 20: | ||
<!--T:5--> | <!--T:5--> | ||
1. Load the required modules. | 1. Load the required modules. | ||
{{Command|module load gcc/ | {{Command|module load gcc/9.3.0 arrow python scipy-stack}} | ||
<!--T:6--> | <!--T:6--> | ||
Line 47: | Line 47: | ||
=== Installation === <!--T:13--> | === Installation === <!--T:13--> | ||
1. Load the required modules. | 1. Load the required modules. | ||
{{Command|module load gcc/ | {{Command|module load gcc/9.3.0 arrow r/4.1 boost/1.72.0}} | ||
<!--T:14--> | <!--T:14--> | ||
Line 73: | Line 73: | ||
<!--T:18--> | <!--T:18--> | ||
1. Load the required modules. | 1. Load the required modules. | ||
{{Command|module load gcc/ | {{Command|module load gcc/9.3.0 arrow r/4.1}} | ||
<!--T:19--> | <!--T:19--> |