Skip to content

Commit

Permalink
Merge pull request #13 from hiddenSymmetries/ginsburg
Browse files Browse the repository at this point in the history
Added cmake config file for ginsburg.
  • Loading branch information
mbkumar authored Oct 22, 2024
2 parents 143f4d3 + 3d6251f commit 02e3970
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cmake/machines/ginsburg_gcc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"cmake_args": [
"-DCMAKE_C_COMPILER=gcc",
"-DCMAKE_CXX_COMPILER=g++",
"-DCMAKE_Fortran_COMPILER=gfortran",
"-DNETCDF_INC_PATH=/burg/opt/netcdf-fortran-4.5.3/include",
"-DNETCDF_LIB_PATH=/burg/opt/netcdf-fortran-4.5.3/lib",
"-DBLA_VENDOR=Intel10_64lp",
"-DSCALAPACK_LIB_DIR=/burg/opt/parallel_studio_xe_2020/compilers_and_libraries_2020.4.304/linux/mkl/lib/intel64",
"-DSCALAPACK_LIB_NAME=mkl_scalapack_lp64",
"-DBLACS_LIB_DIR=/burg/opt/parallel_studio_xe_2020/compilers_and_libraries_2020.4.304/linux/mkl/lib/intel64",
"-DBLACS_LIB_NAME=mkl_blacs_openmpi_lp64"]

}

0 comments on commit 02e3970

Please sign in to comment.