Skip to content

Commit

Permalink
mklroot
Browse files Browse the repository at this point in the history
  • Loading branch information
suzanmanasreh committed Jun 22, 2024
1 parent 2e94000 commit 24f3dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ice.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Test on ICE'

on:
# pull_request:
pull_request:
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd petsc-3.19.6
--COPTFLAGS=-g -O3 -march=native -mtune=native \
--CXXOPTFLAGS=-g -O3 -march=native -mtune=native \
--FOPTFLAGS=-g -O3 -march=native -mtune=native \
--with-blaslapack-dir=$MKLROOT \
--with-blaslapack-dir=$INTEL_ONEAPI_MKLROOT \
--with-mpiexec=srun \
--with-x11=0 --with-x=0 --with-windows-graphics=0

Expand Down

0 comments on commit 24f3dcb

Please sign in to comment.