Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Change Kernel Modes
Calculations in Maple are performed by a computational engine called the Maple kernel. The kernel also saves the values for worksheet variables. When you work with several worksheets in the same Maple session, you can run Maple in three different kernel modes: shared, parallel, and mixed. The default is parallel kernel mode.
Using the Graphical Interface to Change Kernel Mode
For instructions on how to change the kernel mode using the graphical interface, see Mathematical Engine.
Note: Command-line instructions are provided in the following sections, which describe each mode and command-line option.
Start Maple Using Parallel Kernels
Run Maple using parallel kernels if you want variable assignments in one worksheet to work independently of those defined in other open worksheets. The percent character, %, refers to the result of the last computation by the kernel associated with the current worksheet.
Append -km p to the operating system command line that loads Maple. This step is normally unnecessary because Maple runs using parallel kernels by default.
Start Maple Using a Shared Kernel
Run Maple using a shared kernel if you want variable assignments defined in one worksheet to apply to all open worksheets. In addition, the percent character, %, refers to the result of the last computation by the kernel regardless of the worksheet in which you performed the command.
Append -km s to the operating system command line that loads Maple.
Start Maple Using Mixed Kernels
Run Maple using a mixed kernel if you want some worksheets to share a kernel and others to run using parallel kernels. Those sharing a kernel have the behavior described in Start Maple Using a Shared Kernel. Those using a parallel kernel have the behavior described in Start Maple Using Parallel Kernels.
Each time you open a new instance of Maple, a dialog will appear in which you can specify the kernel, either New or KernelConnection: Server # for all kernels that are currently active.
Append -km q to the operating system command line that loads Maple.
See Also
Configure Maple, Create Maple Initialization File, Options Dialog, restart, The Maple Command and Command-line Options
Download Help Document