Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Training_Test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
petros.anastasiadis
Training_Test
Commits
7e4abd63
Commit
7e4abd63
authored
Oct 03, 2017
by
petros.anastasiadis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 03/10/2017 - gitignore changescd
parent
bead45bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
9 deletions
+6
-9
.gitignore
.gitignore
+0
-3
Outputs/README.md
Outputs/README.md
+1
-2
Outputs/Runner.sh
Outputs/Runner.sh
+5
-4
No files found.
.gitignore
View file @
7e4abd63
...
...
@@ -3,6 +3,3 @@
**/*.out
**/*.err
**/*.debug
**/*.compute
**/*.taskp
Outputs/README.md
View file @
7e4abd63
# A folder containing program outputs and error checking files (Debug)
# A folder for program Running/Debugging
Outputs/Runner.sh
View file @
7e4abd63
# Run all files. Must update if changes are made in directory tree
submit
=
sbatch
cd
../Serial
sbatch
Serial.slurm 25000
$submit
Serial.slurm 25000
cd
../OpenMP
sbatch
OpenMP.slurm 25000
$submit
OpenMP.slurm 25000
cd
../GPUs
sbatch
GPU.slurm 25000
$submit
GPU.slurm 25000
cd
../MPI
sbatch
MPI.slurm 25000
$submit
MPI.slurm 25000
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