Skip to content

Commit

Permalink
issue #10. Makefile now compiles psy-layer with mercurium.
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertford committed May 21, 2018
1 parent c257058 commit 6dc7d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocean/nemo/nemolite2d_psykal_ompss/Makefile.split
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ psy_kern_wrap.o: psy_kern_wrap.f90
${F90} ${F90FLAGS} -I${API_DIR} -I${TIMER_INC} -c $<

psy_split.o: psy_split.f90
${F90} ${F90FLAGS} -I${API_DIR} -I${TIMER_INC} -c $<
${OMPSSF90} ${OMPSSF90FLAGS} -I${API_DIR} -I${TIMER_INC} -c $<

psy_alg_deref.o: psy_alg_deref.f90
${F90} ${F90FLAGS} -I${API_DIR} -I${TIMER_INC} -c $<
Expand Down

0 comments on commit 6dc7d0a

Please sign in to comment.