Skip to content
Snippets Groups Projects
Commit 3f19e3f5 authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

Petsc compilation is temporarily removed

parent adf41477
No related branches found
No related tags found
No related merge requests found
Pipeline #19295 canceled
......@@ -60,7 +60,9 @@ class IconNwp(Package):
depends_on("eccodes+fortran")
depends_on("libxml2")
depends_on("petsc", when="@psp")
# If you using inwp_psp=2 (with non-divergent 3D flow), petsc is necessary
# Temporarily we comment here out due to the issue in petsc with intel compiler
#depends_on("petsc", when="@psp")
depends_on("petsc", when="+petsc")
depends_on("tenstream", when="@plexrt")
depends_on("tenstream", when="+plexrt")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment