Skip to content

Commit

Permalink
update machine makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Mar 19, 2024
1 parent b343a68 commit 7a71132
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/rdbfmsua.fd/makefile.hera.intel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FC = ifort

FFLAGS = -g -traceback -I${GEMPAK}/include -I${OS_INC}
LIBS = ${BUFR_LIB4} \
${GEMLIB}/gemlib.a \
Expand Down
1 change: 0 additions & 1 deletion src/rdbfmsua.fd/makefile.orion.intel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FC = ifort

FFLAGS = -g -traceback -I${GEMPAK}/include -I${OS_INC}
LIBS = ${BUFR_LIB4} \
${GEMLIB}/gemlib.a \
Expand Down
1 change: 0 additions & 1 deletion src/rdbfmsua.fd/makefile.wcoss2.intel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FC = ftn

FFLAGS = -g -traceback -I${GEMINC} -I${OS_INC}
LIBS = ${BUFR_LIB4} \
-L${GEMOLB} -lgemlib -lappl -lsyslib -lcgemlib \
Expand Down

0 comments on commit 7a71132

Please sign in to comment.