Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
8cb4b544
Commit
8cb4b544
authored
Dec 14, 2016
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changing the file location from tmp to build
parent
d5fe2b8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/download-traces.sh
tests/download-traces.sh
+2
-2
No files found.
tests/download-traces.sh
View file @
8cb4b544
#!/bin/bash
FILE
=
/tmp/
df_AMG_n27_dumpi/dumpi-2014.03.03.14.55.00-0000.bin
FILE
=
df_AMG_n27_dumpi/dumpi-2014.03.03.14.55.00-0000.bin
if
[
!
-f
$FILE
]
;
then
wget https://portal.nersc.gov/project/CAL/doe-miniapps-mpi-traces/AMG/df_AMG_n27_dumpi.tar.gz
tar
-xvf
df_AMG_n27_dumpi.tar.gz
-C
/tmp
tar
-xvf
df_AMG_n27_dumpi.tar.gz
fi
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