summarylogtreecommitdiffstats
path: root/xyce.install
blob: ff0fd8dc2bc7fc601cd1bf262b55e74681b2f96c (plain)
1
2
3
4
5
6
7
8
post_install() {
	cat << EOF
OpenMP uses the environment variable 'OMP_NUM_THREADS' to control the amount of threads to use,
e.g.:
	OMP_NUM_THREADS=8
For a total of 8 thread during simulation
EOF
}