You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Parallel Computing Toolbox plugin for MATLAB Parallel Server with Grid Engine
2
2
3
-
[](https://www.mathworks.com/matlabcentral/fileexchange/52816)
3
+
[](https://mathworks.com/matlabcentral/fileexchange/127389-parallel-computing-toolbox-plugin-for-grid-engine)
4
4
5
5
Parallel Computing Toolbox™ provides the `Generic` cluster type for submitting MATLAB® jobs to a cluster running a third-party scheduler.
6
6
The `Generic` cluster type uses a set of plugin scripts to define how your machine communicates with your scheduler.
Check that the job runs correctly using "qstat", and check that the output file contains the name of the host that ran the job.
67
67
The default filename for the output file is "~/STDIN.o###", where "###" is the Grid Engine job number.
68
68
69
+
### Cluster Discovery
70
+
71
+
Since version R2023a, MATLAB can discover clusters running third-party schedulers such as Grid Engine.
72
+
As a cluster admin, you can create a configuration file that describes how to configure the Parallel Computing Toolbox on the user's machine to submit MATLAB jobs to the cluster.
73
+
The cluster configuration file is a plain text file with the extension `.conf` containing key-value pairs that describe the cluster configuration information.
74
+
The MATLAB client will use the cluster configuration file to create a cluster profile for the user who discovers the cluster.
75
+
Therefore, users will not need to follow the instructions in the sections below.
76
+
You can find an example of a cluster configuration file in [discover/example.conf](discover/example.conf).
77
+
For full details on how to make a cluster running a third-party scheduler discoverable, see the documentation for [Configure for Third-Party Scheduler Cluster Discovery](https://mathworks.com/help/matlab-parallel-server/configure-for-cluster-discovery.html).
78
+
69
79
### Create a Cluster Profile in MATLAB
70
80
71
81
Create a cluster profile by using either the Cluster Profile Manager or the MATLAB Command Window.
@@ -257,4 +267,4 @@ The license is available in the [license.txt](license.txt) file in this reposito
257
267
258
268
If you require assistance or have a request for additional features or capabilities, please contact [MathWorks Technical Support](https://www.mathworks.com/support/contact_us.html).
0 commit comments