Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lhuang-pvamu committed Sep 16, 2019
1 parent f138062 commit e894cd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ git clone https://github.com/lhuang-pvamu/Parallel-Computing-Code.git
```
### Build your code
Go to each directory (such as labs/lab1), and the build the code using make.
```
cd Parallel-Computing-Code
```

If you are using Mac, you need to replace the make.def file with make.mac. Simply copy make.mac to overrite make.def.

```
cd labs/lab1
Expand Down

0 comments on commit e894cd3

Please sign in to comment.