radiasoft / zgoubi

Git repo for zgoubi source code
https://sourceforge.net/projects/zgoubi/
GNU General Public License v2.0
9 stars 3 forks source link

Complete SOW 1 #31

Closed rouson closed 6 years ago

rouson commented 6 years ago

This commit accomplishes the following:

  1. Fix #1 build with CMake.
  2. Fix #2 execute a passing test with CTest.
  3. Fix #4 profile with TAU in serial & parallel execution.
  4. Fix #9 generate FORD documentation (HTML files).
  5. Fix #10 set up continuous integration via Travis-CI.org.
rouson commented 6 years ago

@zbeekman Please take a look at the Travis-CI logs. On Linux, the build completes but the tests don't run. On macOS, it appears that gfortran-7 is being invoked instead of gfortran-8.

zbeekman commented 6 years ago

@rouson Why is the .travis.yml different from the one I added on the SI fork?