How to enable multithreading in Maple 11 ? I can't find this thing in preferences. kernelopts(multithreaded); - gives me false, how to set it true? Thanx
问问题
148 次
1 回答
1
如果您正在启动 Maple 11 的命令行界面,那么您应该能够使用该-M
选项。
例如,在 Linux 上,比如说,
$ maple -M
|\^/| Maple 11 (X86 64 LINUX)
._|\| |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2007
\ MAPLE / All rights reserved. Maple is a trademark of
<____ ____> Waterloo Maple Inc.
| Type ? for help.
> kernelopts(multithreaded);
true
如果 GUI 以类似方式启动,这似乎不起作用,即。通过maple -x -M
命令行。
我记得在 MS-Windows 上,GUI 的启动图标会弹出一个对话窗口,询问是从串行内核还是并行内核开始。
您在哪个平台上,您要运行哪个界面?
[已编辑] 在标准 GUI 中,Maple 内核中的多线程通过主菜单栏工具 -> 选项 -> 常规打开的首选项对话窗口中的“启用 SMP 支持”复选框启用
于 2013-10-29T21:16:07.920 回答