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
e172c74f
Commit
e172c74f
authored
Oct 09, 2017
by
petros.anastasiadis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Readme updates, Global_maker
parent
25b76e21
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
26 deletions
+0
-26
Outputs/Debug.sh
Outputs/Debug.sh
+0
-10
Outputs/README.md
Outputs/README.md
+0
-1
Outputs/Runner.sh
Outputs/Runner.sh
+0
-15
No files found.
Outputs/Debug.sh
deleted
100755 → 0
View file @
25b76e21
# Put all debug files(.debug) for common run values to a single 'Debug' directory in order to compare them
cd
Debug
for
filename
in
*
do
for
filename1
in
*
do
diff
$filename
$filename1
done
done
Outputs/README.md
deleted
100644 → 0
View file @
25b76e21
# A folder for program Running/Debugging
Outputs/Runner.sh
deleted
100755 → 0
View file @
25b76e21
# Run all files. Must update if changes are made in directory tree
submit
=
sbatch
cd
../Serial
make
$submit
Serial.slurm 25000
cd
../OpenMP
make
$submit
OpenMP.slurm 25000
cd
../GPUs
make
$submit
GPU.slurm 25000
cd
../MPI
make
$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