You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
969 B
74 lines
969 B
4 years ago
|
= mpi QuickStart !
|
||
|
Apostolos rootApostolos@swarmlab.io
|
||
|
// Metadata:
|
||
|
:description: QuickStart Intro
|
||
|
:keywords: doc
|
||
|
:data-uri:
|
||
|
:toc: right
|
||
|
:toc-title: Πίνακας περιεχομένων
|
||
|
:toclevels: 4
|
||
|
:source-highlighter: highlight
|
||
|
:icons: font
|
||
|
:sectnums:
|
||
|
|
||
|
|
||
|
{empty} +
|
||
|
|
||
|
|
||
|
[[cheat-clone]]
|
||
|
== QuickStart
|
||
|
|
||
|
Provide solution for MPI Cluster Automation with Docker containers using swarmlab.io
|
||
|
|
||
|
|
||
|
```
|
||
|
$ git --version
|
||
|
```
|
||
|
|
||
|
Go to the directory you want to install repo into and clone the repository.
|
||
|
|
||
|
This example gets the **swarmlab-adoc** repo
|
||
|
|
||
|
```
|
||
|
$ mkdir myrepo
|
||
|
$ cd myrepo
|
||
|
$ git -c http.sslverify=false clone https://git.swarmlab.io:3000/swarmlab/swarmlab-adoc.git
|
||
|
$ cd swarmlab-adoc
|
||
|
```
|
||
|
|
||
|
Read INSTALL.md
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
:hardbreaks:
|
||
|
|
||
|
{empty} +
|
||
|
{empty} +
|
||
|
{empty}
|
||
|
|
||
|
:!hardbreaks:
|
||
|
|
||
|
'''
|
||
|
|
||
|
.Reminder
|
||
|
[NOTE]
|
||
|
====
|
||
|
:hardbreaks:
|
||
|
Caminante, no hay camino,
|
||
|
se hace camino al andar.
|
||
|
|
||
|
Wanderer, there is no path,
|
||
|
the path is made by walking.
|
||
|
|
||
|
*Antonio Machado* Campos de Castilla
|
||
|
====
|