Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gekkofs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc
gekkofs
Commits
84fe53d9
Commit
84fe53d9
authored
5 months ago
by
Maysam Rahmanpour
Browse files
Options
Downloads
Patches
Plain Diff
Added download script for cargo deps
parent
126fa068
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#4738
failed
5 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/Cargo_deps/download_dep.sh
+33
-0
33 additions, 0 deletions
scripts/Cargo_deps/download_dep.sh
with
33 additions
and
0 deletions
scripts/Cargo_deps/download_dep.sh
0 → 100644
+
33
−
0
View file @
84fe53d9
#!/bin/bash
rm
-rf
argobots/ cereal/ json-c/ libfabric/ mercury/ mochi-margo/ mochi-thallium/ yaml-cpp/
# Download Cereal v1.3.2
git clone https://github.com/USCiLab/cereal.git
# Download YAML-CPP yaml-cpp-0.7.0
git clone https://github.com/jbeder/yaml-cpp.git
# Download Margo v0.9.8+
git clone https://github.com/mochi-hpc/mochi-margo.git
# Download Argobots v1.1+
git clone https://github.com/pmodels/argobots.git
# Download Mercury v2.1.0+
git clone https://github.com/mercury-hpc/mercury.git
cd
mercury
git submodule update
--init
--recursive
cd
..
# Download Thallium v0.10.1+
git clone https://github.com/mochi-hpc/mochi-thallium.git
# Download libfabric v0.10.1+
git clone https://github.com/ofiwg/libfabric.git
#Download json-c
git clone https://github.com/json-c/json-c.git
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment