Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miklos1 committed Sep 19, 2015
1 parent f09caa3 commit 8da4365
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ Type `make` to generate the meshes for the experiments. Gmsh is required for thi
where `n` denotes the number of computing nodes. The number of cores will be 24 * `n`.

On ARCHER, the above will generate files `measure_`_nnnn_`.o`_kkkkkk_ and `measure_`_nnnn_`.e`_kkkkkk_, containing the standard output and standard error of the job. Our results are uploaded into the results folder. Running `python evaluate.py` will look for these files, process them, show some diagnostic output, and generate the CSV files which are directly used for plots and tables in the paper.

#### Licence

`sphere.geo`, `t10.geo`, and `t11.geo` are based on their equivalents in the Gmsh source distribution. You find a copy of the licence of Gmsh in `LICENSE.Gmsh`. Anything else is covered by the MIT licence, see `LICENSE` for details.

0 comments on commit 8da4365

Please sign in to comment.