Skip to content

Commit

Permalink
Restructured python files and fixed bugs to make the code more compat…
Browse files Browse the repository at this point in the history
…ible with ifx
  • Loading branch information
daminton committed Feb 10, 2024
1 parent f6582cb commit b880239
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 1,305 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!distclean.cmake
!README.md
!version.txt
!ctem/
!ctem/**.py
!cmake/Modules/*.cmake
!*.bash
Expand Down
16 changes: 8 additions & 8 deletions cmake/Modules/SetFortranFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -533,10 +533,10 @@ IF (CMAKE_BUILD_TYPE STREQUAL "RELEASE" OR CMAKE_BUILD_TYPE STREQUAL "PROFILE")
)

# Tells the compiler to link to certain libraries in the Intel oneAPI Math Kernel Library (oneMKL).
SET_COMPILE_FLAG(CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE}"
Fortran "/Qmkl:cluster" # Intel Windows
"/Qmkl" # Intel Windows
)
# SET_COMPILE_FLAG(CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE}"
# Fortran "/Qmkl:cluster" # Intel Windows
# "/Qmkl" # Intel Windows
# )

# Enables additional interprocedural optimizations for a single file compilation
SET_COMPILE_FLAG(CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE}"
Expand Down Expand Up @@ -574,10 +574,10 @@ IF (CMAKE_BUILD_TYPE STREQUAL "RELEASE" OR CMAKE_BUILD_TYPE STREQUAL "PROFILE")
)

# Tells the compiler to link to certain libraries in the Intel oneAPI Math Kernel Library (oneMKL).
SET_COMPILE_FLAG(CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE}"
Fortran "-qmkl=cluster" # Intel
"-qmkl" # Intel
)
# SET_COMPILE_FLAG(CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE}"
# Fortran "-qmkl=cluster" # Intel
# "-qmkl" # Intel
# )

# Enables additional interprocedural optimizations for a single file compilation
SET_COMPILE_FLAG(CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE}"
Expand Down
104 changes: 0 additions & 104 deletions ctem/ctem/NPF.py

This file was deleted.

1 change: 0 additions & 1 deletion ctem/ctem/__init__.py

This file was deleted.

216 changes: 0 additions & 216 deletions ctem/ctem/craterproduction.py

This file was deleted.

Loading

0 comments on commit b880239

Please sign in to comment.