Skip to content

Commit

Permalink
Revert "Fix mkconfig.py (AMReX-Codes#1344)"
Browse files Browse the repository at this point in the history
This reverts commit 7733391.
  • Loading branch information
kweide authored Sep 28, 2020
1 parent 3c9f8cb commit 1a5cb50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/libamrex/mkconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ def doit(defines, undefines, comp, allow_diff_comp, use_omp):
comp_id = "GNU"
elif comp == "intel":
comp_macro = "__INTEL_COMPILER"
comp_id = "Intel"
comp_id = Intel
elif comp == "cray":
comp_macro = "_CRAYC"
comp_id = "Cray"
comp_id = Cray
elif comp == "pgi":
comp_macro = "__PGI"
comp_id = "PGI"
comp_id = PGI
elif comp == "llvm":
comp_macro = "__llvm__"
comp_id = "Clang/LLVM"
Expand Down

0 comments on commit 1a5cb50

Please sign in to comment.