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
U
Unicore-TSI-Moab
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
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
unicore
Unicore-TSI-Moab
Commits
67947833
Commit
67947833
authored
Jan 22, 2015
by
Powder4ik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme changes
no debugging
parent
5d920f11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
4 deletions
+38
-4
tsi_moab/README.md
tsi_moab/README.md
+37
-3
tsi_moab/conf/tsi.properties
tsi_moab/conf/tsi.properties
+1
-1
No files found.
tsi_moab/README.md
View file @
67947833
=
MOAB TSI =
#
MOAB TSI =
this is prototype of the TSI Adapter for MOAB Schedule
=
Install =
#
Install =
```
mkdir /opt/unicore7
...
...
@@ -10,7 +10,41 @@ cd /opt/unicore7
git clone https://git.scc.kit.edu/lo4990/unicore-tsi-moab.git
# then create a link into /etc for config files
ln -s /opt/unicore7/tsi_moab/conf /etc/unicore/tsi
mkdir /etc/unicore
ln -s /opt/unicore7/unicore-tsi-moab/tsi_moab/conf /etc/unicore/tsi
```
# Configure
```
cd /opt/unicore7/unicore-tsi-moab/tsi_moab
```
## Set path to Moab Scripts
```
vi perl/tsi
my $pbs_bin_dir = "/opt/moab/bin";
```
## Set location to perl/tsi file
vi conf/tsi.properties
tsi.path=/opt/unicore7/unicore-tsi-moab/tsi_moab/perl
# Start/Stop TSI server
to stop
```
./bin/kill_tsi
```
to start
```
./bin/start_tsi
```
# Debugging
to enable debugging output
```
vi conf/tsi.properties
tsi.debug=1
```
tsi_moab/conf/tsi.properties
View file @
67947833
...
...
@@ -81,7 +81,7 @@ tsi.default_job_name=UnicoreJob
#
# Produce debug output? 0 = no, 1 = yes
#
tsi.debug
=
1
tsi.debug
=
0
#
...
...
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