Skip to content

nathanwbrei/phasm

Repository files navigation

Parallel Hardware viA Surrogate Models

Resources

Build Instructions

Refer to the top section for docker/singularity image urls.

Docker container

# If using Spack-based docker, activate env by
# . /etc/profile.d/phasm_spack_environment.sh

# Start from PHASM root directory
docker pull <docker_img>  # optional
docker run -it -v ${PWD}:/app <docker_img>  # mount current directory

mkdir build && cd build
cmake -DCMAKE_PREFIX_PATH="$DEPS/libtorch;$DEPS/JANA2/install" ..
make -j32 install

Singularity container (with GPU/CUDA support)

Follow this guide to compile PHASM with the singularity container on ifarm nodes. All the examples, including the CUDA and non-CUDA ones should be built successfully.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published