We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following appears to work for compilation.
Load the gnu compilers:
module swap PrgEnv-nvhpc PrgEnv-gnu
One time venv setup using conda, as recommended here: https://docs.alcf.anl.gov/polaris/data-science-workflows/python
venv
module load conda conda activate VENV_DIR="$HOME/polaris/venvs/r4py" python -m venv "$VENV_DIR" --system-site-packages source "$VENV_DIR/bin/activate"
Install with pip:
env CC=CC pip install repast4py
The text was updated successfully, but these errors were encountered:
Tasks:
Sorry, something went wrong.
No branches or pull requests
The following appears to work for compilation.
Load the gnu compilers:
One time
venv
setup using conda, as recommended here:https://docs.alcf.anl.gov/polaris/data-science-workflows/python
Install with pip:
The text was updated successfully, but these errors were encountered: