gfortran -Wno-uninitialized -fno-range-check -fmax-errors=7 -fdiagnostics-color -fprotect-parens -fno-sign-zero -fbacktrace -ggdb -finit-real=snan -fopenmp -fbounds-check -Wuninitialized -Warray-bounds -ggdb -ffree-form -ffree-line-length-none -x f95-cpp-input -std=f2008 -Wno-error=tabs -I/mnt/home/pmocz/ceph/mesa-git-tests/tmp.XX368zelhF/include -I../src -c ../src/run_star_extras.f90 gfortran -Wno-uninitialized -fno-range-check -fmax-errors=7 -fdiagnostics-color -fprotect-parens -fno-sign-zero -fbacktrace -ggdb -finit-real=snan -fopenmp -fbounds-check -Wuninitialized -Warray-bounds -ggdb -ffree-form -ffree-line-length-none -x f95-cpp-input -std=f2008 -Wno-error=tabs -I/mnt/home/pmocz/ceph/mesa-git-tests/tmp.XX368zelhF/include -I../src -c /mnt/home/pmocz/ceph/mesa-git-tests/tmp.XX368zelhF/star/job/run_star.f90 gfortran -Wno-uninitialized -fno-range-check -fmax-errors=7 -fdiagnostics-color -fprotect-parens -fno-sign-zero -fbacktrace -ggdb -finit-real=snan -fopenmp -fbounds-check -Wuninitialized -Warray-bounds -ggdb -ffree-form -ffree-line-length-none -x f95-cpp-input -std=f2008 -Wno-error=tabs -I/mnt/home/pmocz/ceph/mesa-git-tests/tmp.XX368zelhF/include -I../src -c ../src/run.f90 ../src/run.f90:3:40: 2 | implicit none | 2 3 | use astero_lib, only: run_star_astero | 1 Error: USE statement at (1) cannot follow IMPLICIT NONE statement at (2) ../src/run.f90:4:45: 2 | implicit none | 2 3 | use astero_lib, only: run_star_astero 4 | use run_star_extras, only: extras_controls | 1 Error: USE statement at (1) cannot follow IMPLICIT NONE statement at (2) ../src/run.f90:5:39: 5 | call run_star_astero(extras_controls) | 1 Error: Symbol 'extras_controls' at (1) has no IMPLICIT type make: *** [/mnt/home/pmocz/ceph/mesa-git-tests/tmp.XX368zelhF/astero/makefile:44: run.o] Error 1 FAILED