Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Dendukuri committed Jul 22, 2024
2 parents 1fc121f + 4f4be13 commit a5577c3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
2 changes: 0 additions & 2 deletions benchmark/benchmark_tridiagonal_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#include <lapacke.h>
#endif

// const std::size_t SYSTEM_SIZE = 1e6;

const bool MAKE_DIAGONALLY_DOMINANT = true;

const unsigned RANDOM_NUMBER_SEED = 1;
Expand Down
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ target_include_directories(
message(STATUS "blas libraries: ${BLAS_LIBRARIES}")
message(STATUS "lapack libraries: ${LAPACK_LIBRARIES}")

target_link_libraries(tuvx_object PRIVATE PkgConfig::netcdff PkgConfig::netcdfc
target_link_libraries(tuvx_object PRIVATE PkgConfig::netcdff
PkgConfig::netcdfc
yaml-cpp::yaml-cpp)

if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "IntelLLVM")
Expand Down
3 changes: 0 additions & 3 deletions src/grids/from_host.F90
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ module tuvx_grid_from_host
end interface grid_from_host_t

type :: grid_updater_t
#ifndef MUSICA_IS_NAG_COMPILER
private
#endif
! updater for `grid_from_host_t` grids
class(grid_from_host_t), pointer :: grid_ => null( )
contains
Expand Down
3 changes: 0 additions & 3 deletions src/profiles/from_host.F90
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ module tuvx_profile_from_host
end interface profile_from_host_t

type :: profile_updater_t
#ifndef MUSICA_IS_NAG_COMPILER
private
#endif
! updater for `profile_from_host_t` profiles
class(profile_from_host_t), pointer :: profile_ => null( )
contains
Expand Down
3 changes: 0 additions & 3 deletions src/radiative_transfer/radiators/from_host.F90
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ module tuvx_radiator_from_host
end interface radiator_from_host_t

type :: radiator_updater_t
#ifndef MUSICA_IS_NAG_COMPILER
private
#endif
! updater for `radiator_from_host_t` radiators
class(radiator_from_host_t), pointer :: radiator_ => null( )
contains
Expand Down

0 comments on commit a5577c3

Please sign in to comment.