-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d321ed6
commit b18b43e
Showing
27 changed files
with
1,655 additions
and
2,768 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Introduction | ||
The difficulty on finding instructional material that covers the complexities of | ||
writing scientific code, and deploying it in High-Performance Computing (HPC) | ||
environments led to the writing of this guide. | ||
|
||
This is a non-exhaustive work, but rather a reference one, in which the author | ||
wishes to reduce the barriers of routine HPC workflows for Remote Sensing run at | ||
the [McMaster University Remote Sensing Laboratory](https://remotesensing-mcmaster.org). | ||
|
||
These guidelines are provided without any guarantee, including of support, but | ||
in a best effort to overcome the aforementioned barriers. | ||
|
||
I encourage users to suggest corrections, by clicking in the edit button | ||
(available on the online version of this guide), and submitting a pull request. | ||
|
||
Other comments can be done though my [social media channels](http://about.me/ricardobarroslourenco/), or via | ||
e-mail: barroslr mcmaster.ca |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Globus | ||
Globus is currently a suite of products for Computational Science. | ||
Initially defined as a tool that allowed the establishment of federations, | ||
now it offers a platform that can do, among many features, distributed data | ||
transfers. When referring in this guide to Globus, the author majorly means | ||
Globus Transfer capabilities. | ||
|
||
## Documentation | ||
A full documentation of Globus is provided aat their website: https://docs.globus.org | ||
|
||
Additional information on how to create an account using the Compute Canada credentials can be found here: https://docs.alliancecan.ca/wiki/Globus |
Oops, something went wrong.