diff options
Diffstat (limited to 'math/gotoblas/files/pkg-message.in')
-rw-r--r-- | math/gotoblas/files/pkg-message.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/math/gotoblas/files/pkg-message.in b/math/gotoblas/files/pkg-message.in index 7f04250f380f..29098b8d71c7 100644 --- a/math/gotoblas/files/pkg-message.in +++ b/math/gotoblas/files/pkg-message.in @@ -1,7 +1,12 @@ +[ +{ type: install + message: <<EOM GotoBLAS has been built with a maximum limit of MAXTHREADS=%%MAXTHREADS%% threads, which may be further reduced (but not increased) by the number of logical processors detected at run-time, as well as the environment variable GOTO_NUM_THREADS (or OMP_NUM_THREADS, if the port has been build WITH_OPENMP). To modify this limit, rebuild the port after setting MAXTHREADS to a suitable value in the build environment. - +EOM +} +] |