Skip to content

Commit

Permalink
remove comment(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Oct 30, 2023
1 parent 090c7b6 commit cd27b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parallelworks_autotools_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "CC=`which mpiicc`" >> "$GITHUB_ENV"
echo "FCFLAGS=`nf-config --fflags`" >> "$GITHUB_ENV"
echo "CFLAGS=`nc-config --cflags`" >> "$GITHUB_ENV"
env >> "$GITHUB_ENV" # set everything else currently set by lmod
env >> "$GITHUB_ENV"
# env:
# CC: mpifc -fc=${{ matrix.compilers == 'intel-classic' && 'icc' || 'icx'}}
# FC: mpifc -fc=${{ matrix.compilers != 'intel-oneapi' && 'ifort' || 'ifx'}}
Expand Down

0 comments on commit cd27b5b

Please sign in to comment.