Skip to content

Commit

Permalink
markdown requires 8 space indents in lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadenSmith committed Mar 17, 2017
1 parent e416911 commit d404d94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -203,12 +203,11 @@ Two workarounds for this issue are:
1. Ensure that your OpenMP library is loaded first when starting Matlab. The
most common OpenMP library is `libgomp.so.1`:

$ LD_PRELOAD=libgomp.so.1 matlab
$ LD_PRELOAD=libgomp.so.1 matlab

2. Disable OpenMP (at the cost of losing multi-threaded execution):

$ ./configure --no-openmp

$ ./configure --no-openmp


After compilation, the MEX files will be found in the current directory. You
Expand Down

0 comments on commit d404d94

Please sign in to comment.