-
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
Urs Hofmann
authored
Dec 1, 2020
1 parent
89279ac
commit 638edd3
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ Documentation is lacking for now. Lazy programmers often say that an intuitive u | |
|
||
# Installation | ||
|
||
The code was written fro and tested with Linux. Please send me a request if you do not know how to install it on your system and I will provide you with instructions. | ||
The code was written for and tested with Linux. Please send me a request if you do not know how to install it on your system and I will provide you with instructions. | ||
|
||
## Installation of required libraries on Linux | ||
|
||
|
@@ -25,7 +25,7 @@ pacman -S cuda nvidia hdf5 cmake make | |
``` | ||
|
||
## Building and running the program | ||
This software is built for Linux machines and requires furthermore CUDA. Switch on the terminal, `cd` to your favorite installation directory and run the following command cascade: | ||
This software is writtent for Linux and requires furthermore CUDA. Switch on the terminal, `cd` to your favorite installation directory and run the following command cascade: | ||
|
||
``` | ||
git clone [email protected]:hofmannu/yamct.git | ||
|