Skip to content
New issue

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

Repast4Py on Polaris #57

Open
ncollier opened this issue Jan 30, 2024 · 1 comment
Open

Repast4Py on Polaris #57

ncollier opened this issue Jan 30, 2024 · 1 comment

Comments

@ncollier
Copy link
Member

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

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
@ncollier
Copy link
Member Author

Tasks:

  • Run zombies on Polaris
  • Ask Polaris support if nvidia compilers should be used, or if additional flags should be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant