Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chkwon committed Feb 16, 2015
1 parent 271d042 commit 8bc5ac8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -91,6 +91,21 @@ link_flow, link_travel_time, objective = ta_frank_wolfe(ta_data, method="CFW", m
```


# Parallel Computing

During the all-or-nothing allocation procedure, this package supports parallel computing. If you want to start with two processes, use the following command to start Julia

```
julia -p 2
```

When you directly run your script, use the following command:

```
julia -p 2 your-script.jl
```



# Contributor
This package is written and maintained by [Changhyun Kwon](http://www.chkwon.net).

0 comments on commit 8bc5ac8

Please sign in to comment.