Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Oct 25, 2024
1 parent e673ae2 commit d1b8b21
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/spack/packages/sundials/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,13 +694,10 @@ def initconfig_mpi_entries(self):
)
if "scheduler=flux" in spec:
entries.append(cmake_cache_string("SUNDIALS_SCHEDULER_COMMAND", "flux run"))
# entries.append(cmake_cache_string("SUNDIALS_TEST_MPIRUN_COMMAND", "flux run"))
if "scheduler=slurm" in spec:
entries.append(cmake_cache_string("SUNDIALS_SCHEDULER_COMMAND", "srun"))
# entries.append(cmake_cache_string("SUNDIALS_TEST_MPIRUN_COMMAND", "srun"))
if "scheduler=lsf" in spec:
entries.append(cmake_cache_string("SUNDIALS_SCHEDULER_COMMAND", "jsrun"))
# entries.append(cmake_cache_string("SUNDIALS_TEST_MPIRUN_COMMAND", "jsrun"))


return entries
Expand All @@ -723,8 +720,6 @@ def initconfig_hardware_entries(self):
entries.extend(
[
self.cache_option_from_variant("ENABLE_HIP", "rocm"),
# cmake_cache_path("CMAKE_C_COMPILER", spec["llvm-amdgpu"].prefix.bin.clang),
# cmake_cache_path("CMAKE_CXX_COMPILER", spec["hip"].hipcc),
cmake_cache_path("HIP_PATH", spec["hip"].prefix),
cmake_cache_path("HIP_DIR", spec["hip"].prefix.cmake),
cmake_cache_path("HIP_CLANG_INCLUDE_PATH", spec["llvm-amdgpu"].prefix.include),
Expand Down

0 comments on commit d1b8b21

Please sign in to comment.