Skip to content

Commit

Permalink
add Torsten MPI setup to make/local.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Zhang committed Jan 5, 2024
1 parent a69ad5a commit 2d9076f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmdstan/make/local.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Torsten MPI setup for metworx, assuming MPICH at /data/mpich-install
# TORSTEN_MPI=1
# TBB_CXX_TYPE=gcc
# CXX = /data/mpich-install/bin/mpicxx
# CC = /data/mpich-install/bin/mpicc
# CXXFLAGS += -isystem /data/mpich-install/include

# To use this template, make a copy from make/local.example to make/local and uncomment options as needed.
# Be sure to run `make clean-all` before compiling a model to make sure everything gets rebuilt.

Expand Down

0 comments on commit 2d9076f

Please sign in to comment.