Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
htcondor-templates
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INM7
tools
htcondor-templates
Commits
22d0b4fa
Commit
22d0b4fa
authored
Mar 18, 2020
by
Alex Waite
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
matlab: add links to INM-7 docs
parent
19414570
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
matlab/README.md
matlab/README.md
+6
-4
No files found.
matlab/README.md
View file @
22d0b4fa
...
...
@@ -14,16 +14,18 @@ Otherwise, this example is entirely self contained.
## Things to Note
*
`/usr/bin/matlab90`
in the
`executable`
line. This is where you declare the
version of matlab you wish to run.
*
`-singleCompThread`
limits Matlab to one core. This is a
*good*
thing. If you
have questions about this, TODO DOCS LINK covers much of the topic.
*
`-singleCompThread`
limits Matlab to one core. This is a
*good*
thing. To
learn more about this, read the INM-7 Docs section on
[
Matlab Threading
](
https://docs.inm7.de/tools/matlab/#threading
)
.
## Licensing
This example submits only one job; however, most people will want to submit
more than that.
INM-7 Matlab licenses allow a user to run Matlab on two machines at the same
time. They can run as many jobs as they want on those two machines (please read
TODO DOCS LINK for more information about Matlab licensing in INM-7).
time. They can run as many jobs as they want on those two machines (Matlab users
should read the INM-7 Docs section on
[
Matlab Licensing
](
https://docs.inm7.de/tools/matlab/#licensing
)
).
To restrict your jobs to two machines, add the following to your submit file
(adjust the machine names to your needs):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment