-
Notifications
You must be signed in to change notification settings - Fork 105
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
1 parent
ea03cb2
commit 28bdf29
Showing
6 changed files
with
13 additions
and
5 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Creative Commons Legal Code | ||
Creative Commons Legal Code | ||
|
||
CC0 1.0 Universal | ||
|
||
|
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
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 |
---|---|---|
|
@@ -2,7 +2,9 @@ | |
This software was written in 2016/17 | ||
by Michael P. Allen <[email protected]>/<[email protected]> | ||
and Dominic J. Tildesley <[email protected]> ("the authors"), | ||
to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), | ||
to accompany the book | ||
[Computer Simulation of Liquids](https://global.oup.com/academic/product/computer-simulation-of-liquids-9780198803201), | ||
second edition, 2017 ("the text"), | ||
published by Oxford University Press ("the publishers"). | ||
|
||
## Licence | ||
|
@@ -30,7 +32,7 @@ a straightforward approach to modular programming, and a basic simplicity. | |
It is also a compiled language, which means that it is quite efficient, | ||
and widely used, so it is easy to find compilers which are | ||
optimized for different machine architectures. | ||
The common tools for parallelizing scientific codesv(OpenMP and MPI) | ||
The common tools for parallelizing scientific codes (OpenMP and MPI) | ||
are compatible with Fortran. | ||
The [User Guide](./GUIDE.md) contains some notes to assist in running the programs, | ||
and some typical results. | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Creative Commons Legal Code | ||
Creative Commons Legal Code | ||
|
||
CC0 1.0 Universal | ||
|
||
|
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
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 |
---|---|---|
|
@@ -2,7 +2,9 @@ | |
This software was written in 2016/17 | ||
by Michael P. Allen <[email protected]>/<[email protected]> | ||
and Dominic J. Tildesley <[email protected]> ("the authors"), | ||
to accompany the book "Computer Simulation of Liquids", second edition, 2017 ("the text"), | ||
to accompany the book | ||
[Computer Simulation of Liquids](https://global.oup.com/academic/product/computer-simulation-of-liquids-9780198803201), | ||
second edition, 2017 ("the text"), | ||
published by Oxford University Press ("the publishers"). | ||
|
||
## Licence | ||
|