aboutsummaryrefslogtreecommitdiff
path: root/cad/calculix-ccx/pkg-message
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2020-01-04 20:34:09 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2020-01-04 20:34:09 +0000
commitf1c81ea5fc77c22c10900be25927d5f3e6617d9c (patch)
tree796d56eb5208ed3f490a880569ef6d94d2e45740 /cad/calculix-ccx/pkg-message
parentc65be9eb37233d0c84459eb63010d81d8dc80076 (diff)
downloadports-f1c81ea5fc77c22c10900be25927d5f3e6617d9c.tar.gz
ports-f1c81ea5fc77c22c10900be25927d5f3e6617d9c.zip
cad/calculix-ccx: Enable multithreading with spooles.
Enabling the multithreaded version of Spooles can bring some modest, but significant, improvements of around 12% for 4 CPUs. Also disable (again) the Taucs slover as it is causing coredumps and requires more investigation. PR: 242995 Approved by: thierry (mentor)
Notes
Notes: svn path=/head/; revision=522059
Diffstat (limited to 'cad/calculix-ccx/pkg-message')
-rw-r--r--cad/calculix-ccx/pkg-message9
1 files changed, 9 insertions, 0 deletions
diff --git a/cad/calculix-ccx/pkg-message b/cad/calculix-ccx/pkg-message
new file mode 100644
index 000000000000..6b09947dd01a
--- /dev/null
+++ b/cad/calculix-ccx/pkg-message
@@ -0,0 +1,9 @@
+[
+{ type: install
+ message: <<EOM
+Spooles: by default the single-threaded solver is used unless you set the
+CCX_NPROC_EQUATION_SOLVER environment variable with the number of
+cores you want to use.
+EOM
+}
+]