Skip to content

Commit

Permalink
Rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Wales committed Feb 25, 2014
1 parent 31858ae commit 5562ea4
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ PROGRAMs and tests run:

$ make

Note that pFunit requires some Fortran 2003 features not available in older
versions of gfortran. Testing is done using gfortran-4.8, to install on Ubuntu:

$ sudo apt-add-repository ppa:ubuntu-toolchain-r/test
$ sudo apt-get update
$ sudo apt-get install gfortran-4.8
$ export FC=gfortran-4.8
$ export OMPI_FC=$FC

Tests
=====

Expand All @@ -39,4 +30,15 @@ Tests are run automatically when building the program, or run

$ make check

Note that you should use the `pfunit_2.1.0` branch, and it will require gfortran 4.8 or later (see http://sourceforge.net/p/pfunit/mailman/message/31811969/)
Note that you should use the `pfunit_2.1.0` branch, and it will require
gfortran 4.8 or later (see
http://sourceforge.net/p/pfunit/mailman/message/31811969/)

Automated Travis testing is done using gfortran-4.8, to install on Ubuntu:

$ sudo apt-add-repository ppa:ubuntu-toolchain-r/test
$ sudo apt-get update
$ sudo apt-get install gfortran-4.8
$ export FC=gfortran-4.8
$ export OMPI_FC=$FC

0 comments on commit 5562ea4

Please sign in to comment.