Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
Manual
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OPAL
Documentation
Manual
Commits
37941aaf
Commit
37941aaf
authored
Aug 10, 2020
by
kraus
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update control.asciidoc
parent
ed14fd5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
control.asciidoc
control.asciidoc
+9
-5
No files found.
control.asciidoc
View file @
37941aaf
...
...
@@ -534,11 +534,9 @@ transmitted to the `ECHO` stream.
[[sec.control.system]]
==== SYSTEM: Execute System Command
During an interactive _OPAL_ session the command `SYSTEM` allows to
execute operating system commands. After execution of the system
command, successful or not, control returns to _OPAL_. At present this
command is only available under UNIX-like OSes (including Linux and
macOS). It has two formats:
The command `SYSTEM` allows to execute operating system commands on a single core.
After execution of the system
command, successful or not, control returns to _OPAL_. It has two formats:
----
SYSTEM,CMD=string;
...
...
@@ -573,6 +571,12 @@ SYSTEM, "python gen_seed.py";
CALL, "gen_seed.opal";
----
[[sec.control.psystem]]
==== PSYSTEM: Execute System Command in Parallel
Also the command `PSYSTEM` allows to execute operating system commands. But
contrary to the command `SYSTEM` this command is executed on all cores.
[[sec.control.title]]
=== TITLE Statement
...
...
kraus
@kraus
mentioned in commit
59ae3a12
·
Aug 10, 2020
mentioned in commit
59ae3a12
mentioned in commit 59ae3a1279af71a22cc774b3ca386c52d3cf5d56
Toggle commit list
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