runtime_tests gives me a compile error

Issue #5 resolved
Ryusuke Numata created an issue

runtime_tests gives me the following error with gfortran.

runtime_tests.f90:66:16:

 if(GIT_STATE.eq."clean")then
            1

Error: Symbol 'git_state' at (1) has no IMPLICIT type make: *** [runtime_tests.o] Error 1

Comments (4)

  1. Joseph Parker

    Hi Ruysuke, this happens when utils is using git but the main gs2 repo is using svn. Could you try using origin/trunk as the branch in utils:

    cd utils
    git checkout origin/trunk
    
  2. Joseph Parker

    The user did something sensible but the code didn't work... we'd better call it a bug. 🙂

    This will be fixed when gs2 PR #27 gets merged. Until it is merged, using next for gs2, utils and Makefiles will work. In fact, using next is better anyway, since it contains some bug fixes that aren't in master.

  3. Log in to comment