cc_staff
284
edits
(StdEnv/2020) |
(Update Arrow to use X.Y.Z and up to date for 2023) |
||
Line 8: | Line 8: | ||
== CUDA == <!--T:2--> | == CUDA == <!--T:2--> | ||
Arrow is also available with CUDA. | Arrow is also available with CUDA. | ||
{{Command|module load | {{Command|module load gcc arrow/X.Y.Z cuda}} | ||
where X.Y.Z represent the desired version. | |||
== 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/ | {{Command|module spider arrow/X.Y.Z}} | ||
where <tt>X.Y.Z</tt> represent the desired version. | |||
Or search directly ''pyarrow'', by running | Or search directly ''pyarrow'', by running | ||
{{Command|module spider pyarrow}} | {{Command|module spider pyarrow}} | ||
Line 22: | Line 25: | ||
<!--T:5--> | <!--T:5--> | ||
1. Load the required modules. | 1. Load the required modules. | ||
{{Command|module load | {{Command|module load gcc arrow/X.Y.Z python/3.11}} | ||
where <tt>X.Y.Z</tt> represent the desired version. | |||
<!--T:6--> | <!--T:6--> | ||
Line 40: | Line 44: | ||
|pip list {{!}} grep pyarrow | |pip list {{!}} grep pyarrow | ||
|result= | |result= | ||
pyarrow | pyarrow 17.0.0 | ||
}} | }} | ||
Line 84: | Line 88: | ||
<!--T:18--> | <!--T:18--> | ||
1. Load the required modules. | 1. Load the required modules. | ||
{{Command|module load gcc/9.3.0 arrow/8 r/4.1}} | {{Command|module load StdEnv/2020 gcc/9.3.0 arrow/8 r/4.1}} | ||
<!--T:19--> | <!--T:19--> |