Skip to content

Commit

Permalink
fix shellnorm violations (#3219)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jan 10, 2025
1 parent d7e46c0 commit 4e73a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env/WCOSS2.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export launcher="mpiexec -l"
export mpmd_opt="--cpu-bind verbose,core cfp"

# Add path to GDASApp libraries
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$HOMEgfs/sorc/gdas.cd/build/lib"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/cray/pe/mpich/8.1.19/ofi/intel/19.0/lib"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${HOMEgfs}/sorc/gdas.cd/build/lib"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/cray/pe/mpich/8.1.19/ofi/intel/19.0/lib"

# Calculate common resource variables
# Check first if the dependent variables are set
Expand Down

0 comments on commit 4e73a31

Please sign in to comment.