Installation¶
Pre-requisites
GWA-X requires NVIDIA CUDA GPU with the Compute Capability 3.0+ and CUDA v11.2+
Download¶
git clone https://git.ecdf.ed.ac.uk/magung/gwa-x.git
Install dependencies with one of the following methods.
Conda¶
Create a conda environment using the provided environment.yml
conda env create -f gwa-x/environment.yml
conda activate gwa-x
Pip¶
Use Pip to install dependencies (Python >= 3.9, <= 3.12 are currently supported)
pip install -r gwa-x/requirements.txt
Run GWA-X¶
The main program (main.py) is located in gwa-x/src/ directory. To run:
python gwa-x/src/main.py
or
cd gwa-x/src
python main.py