Skip to content

IBM/ibmcloud-hpc-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPC on Cloud by IBM Research

Collection of "HPC on Cloud" tutorials

The content of the workshops is rendered by hugo.

Github Pages

The main branch is automatically rendered into the HTML website using Github Actions, which is then hosted by Github Pages. This rendered website can be accessed directly from

https://ibm.github.io/ibmcloud-hpc-tutorials/

Building this tutorial website for viewing in a browser on your local computer

You can also render the HTML website by running Hugo locally on your computer. Here are the steps:

  1. Install Hugo. Assuming you have Homebrew installed, on a Mac or Linux (including WSL), simply
brew install hugo
  1. Clone this repository, including submodules
git clone --recurse-submodules git@github.com:IBM/ibmcloud-hpc-tutorials.git
  1. Run hugo to generate the site
cd ibmcloud-hpc-tutorials
hugo
hugo server -D
  1. Point your browser to http://localhost:1313/ibmcloud-hpc-tutorials/

License

The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.

The sample code within this documentation is made available under the MIT-0 license. See the LICENSE-SAMPLECODE file.

Releases

No releases published

Packages

No packages published