Skip to content

Commit

Permalink
strip path from compiler name
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 31, 2024
1 parent b4df43c commit 4707c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/examples/testh5fc.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ TOOLTEST $appmain_o $applib

# HDF5 program that depends on input args.
echo "***"Simple Compile and Link in one step with user-supplied arguments.
FCBASE=`grep "FCBASE=" $H5TOOL_BIN`
FCBASE=`grep "FCBASE=" $H5TOOL_BIN | xargs basename`
WF=""
if grep -qi "xlf" <<< "$FCBASE"; then
WF="-WF,"
Expand Down

0 comments on commit 4707c73

Please sign in to comment.