Skip to content

Commit

Permalink
Fix cmake command, add Orion for rdbfmsua
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Mar 18, 2024
1 parent e6df584 commit 6943240
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions src/rdbfmsua.fd/makefile.orion.intel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FC = ifort

FFLAGS = -g -traceback -I${GEMPAK}/include -I${OS_INC}
LIBS = ${BUFR_LIB4} \
${GEMLIB}/gemlib.a \
${GEMLIB}/appl.a \
${GEMLIB}/syslib.a \
${GEMLIB}/cgemlib.a \
${GEMLIB}/bridge.a \
-L${gfrortran_ROOT}/lib64 -lgfortran
3 changes: 1 addition & 2 deletions ush/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

set -eu

# Get the root of the cloned GFS-utils directory
#shellcheck disable=SC2155
readonly DIR_ROOT=$(cd "$(dirname "$(readlink -f -n "${BASH_SOURCE[0]}" )" )/.." && pwd -P)
Expand Down Expand Up @@ -36,7 +35,7 @@ mkdir -p "${BUILD_DIR}" && cd "${BUILD_DIR}"

# Configure, build, install
set -x
cmake "${CMAKE_OPTS}" "${DIR_ROOT}"
cmake ${CMAKE_OPTS} "${DIR_ROOT}"
make -j "${BUILD_JOBS:-8}" VERBOSE="${BUILD_VERBOSE:-}"
make install
set +x
Expand Down

0 comments on commit 6943240

Please sign in to comment.