Skip to content

Commit

Permalink
Add C compiler on Hercules to fix ParMetis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Zhang committed Sep 29, 2023
1 parent 1e60664 commit 9c5f97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/SCHISM.local.hercules
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
###MSU Hercules
###ParMETIS not working due to icc

set (SCHISM_EXE_BASENAME pschism_HERCULES CACHE STRING "Base name (modules and file extension to be added of the executable. If you want a machine name, add it here")

###Relative paths won't work
set(CMAKE_Fortran_COMPILER ifort CACHE PATH "Path to serial Fortran compiler")
set(CMAKE_C_COMPILER icc CACHE PATH "Path to serial C compiler")
set(NetCDF_FORTRAN_DIR "$ENV{NETCDF_FORTRAN_ROOT}" CACHE PATH "Path to NetCDF Fortran library")
set(NetCDF_C_DIR "$ENV{NETCDF_C_ROOT}" CACHE PATH "Path to NetCDF C library")

Expand Down

0 comments on commit 9c5f97d

Please sign in to comment.