matthewfeickert / distributed-inference-with-pyhf-and-funcX

Example code for vCHEP 2021 paper "Distributed statistical inference with pyhf enabled through funcX"
MIT License
0 stars 2 forks source link

feat: Add Conda environment file for XSEDE EXPANSE #6

Closed matthewfeickert closed 3 years ago

matthewfeickert commented 3 years ago

Add a Conda environment YAML file to setup the testing environment on XSEDE's EXPANSE machine as outlined in Issue #5.

* Add Conda environment file expanse-environment.yml
* Update funcx and funcx-endpoint requirements
* Add environment setup script for EXPANSE to use CUDA and Conda
* Add section to the README on setting up the environment on EXPANSE

Co-authored-by: Ben Galewsky <ben@peartreestudio.net>