Skip to content

Commit

Permalink
uses esp 121 on pfe
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Nov 15, 2022
1 parent c027e2a commit fd91bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/module-builder/pfe/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GROUP='n1337'
MPT_VERSION='2.23'
INTEL_VERSION='2018.3.222'
PARMETIS_VERSION='4.0.3'
ESP_VERSION='120'
ESP_VERSION='121'

INTEL_MODULE="comp-intel/${INTEL_VERSION}"
MPT_MODULE="mpt/${MPT_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion misc/module-builder/pfe/esp.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash -xue

PACKAGE='ESP'
VERSION='120'
VERSION='121'

if [ $# -gt 0 ] ; then
. common.sh $1
Expand Down

0 comments on commit fd91bd2

Please sign in to comment.