Skip to content

Commit

Permalink
updating example config files
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdebus committed Nov 23, 2024
1 parent 655cfca commit 02823b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/README
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ confic-gcc-Python.sh: same as config-gcc-base with Python added to enable PyUQTk

config-intel.sh: basic config file using Intel compiler

config-options.sh: more complicated config file that check system for
config-options.sh: more complicated config file that checks system for
different versions of necessary components
2 changes: 1 addition & 1 deletion config/config-gcc-Python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ done

# Adjust the UQTK_SRC_DIR to point to where the UQTk source directory is. Feel free
# to update the desired installation directory as you prefer.
UQTK_SRC_DIR=../UQTk-SNL
UQTK_SRC_DIR=../UQTk
#../UQTk-SNL
UQTK_INSTALL_DIR=$UQTK_SRC_DIR-install

Expand Down
2 changes: 1 addition & 1 deletion config/config-gcc-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ done

# Adjust the UQTK_SRC_DIR to point to where the UQTk source directory is. Feel free
# to update the desired installation directory as you prefer.
UQTK_SRC_DIR=../UQTk-SNL
UQTK_SRC_DIR=../UQTk
UQTK_INSTALL_DIR=$UQTK_SRC_DIR-install

echo "This script assumes the UQTk source code is in $UQTK_SRC_DIR"
Expand Down

0 comments on commit 02823b8

Please sign in to comment.