File tree Expand file tree Collapse file tree 14 files changed +40
-5
lines changed
Expand file tree Collapse file tree 14 files changed +40
-5
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,11 @@ options and their meaning are:
175175
176176 -DHPCG_DEBUG
177177
178+ * Compile with sparse matrix arrays allocated contiguously. This option
179+ * may be helpful on systems with pre-fetch::
180+
181+ -DHPCG_CONTIGUOUS_ARRAYS
182+
178183* Compile with voluminous debugging information turned on::
179184
180185 -DHPCG_DETAILED_DEBUG
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ HPCG_LIBS =
9898#
9999# -DHPCG_NO_MPI Define to disable MPI
100100# -DHPCG_NO_OPENMP Define to disable OPENMP
101+ # -DHPCG_CONTIGUOUS_ARRAYS Define to have sparse matrix arrays long and contiguous
101102# -DHPCG_DEBUG Define to enable debugging output
102103# -DHPCG_DETAILED_DEBUG Define to enable very detailed debugging output
103104#
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ HPCG_LIBS =
9898#
9999# -DHPCG_NO_MPI Define to disable MPI
100100# -DHPCG_NO_OPENMP Define to disable OPENMP
101+ # -DHPCG_CONTIGUOUS_ARRAYS Define to have sparse matrix arrays long and contiguous
101102# -DHPCG_DEBUG Define to enable debugging output
102103# -DHPCG_DETAILED_DEBUG Define to enable very detailed debugging output
103104#
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ HPCG_LIBS =
9898#
9999# -DHPCG_NO_MPI Define to disable MPI
100100# -DHPCG_NO_OPENMP Define to disable OPENMP
101+ # -DHPCG_CONTIGUOUS_ARRAYS Define to have sparse matrix arrays long and contiguous
101102# -DHPCG_DEBUG Define to enable debugging output
102103# -DHPCG_DETAILED_DEBUG Define to enable very detailed debugging output
103104#
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ HPCG_LIBS =
9898#
9999# -DHPCG_NO_MPI Define to disable MPI
100100# -DHPCG_NO_OPENMP Define to disable OPENMP
101+ # -DHPCG_CONTIGUOUS_ARRAYS Define to have sparse matrix arrays long and contiguous
101102# -DHPCG_DEBUG Define to enable debugging output
102103# -DHPCG_DETAILED_DEBUG Define to enable very detailed debugging output
103104#
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ HPCG_LIBS =
9898#
9999# -DHPCG_NO_MPI Define to disable MPI
100100# -DHPCG_NO_OPENMP Define to disable OPENMP
101+ # -DHPCG_CONTIGUOUS_ARRAYS Define to have sparse matrix arrays long and contiguous
101102# -DHPCG_DEBUG Define to enable debugging output
102103# -DHPCG_DETAILED_DEBUG Define to enable very detailed debugging output
103104#
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ HPCG_LIBS =
9898#
9999# -DHPCG_NO_MPI Define to disable MPI
100100# -DHPCG_NO_OPENMP Define to disable OPENMP
101+ # -DHPCG_CONTIGUOUS_ARRAYS Define to have sparse matrix arrays long and contiguous
101102# -DHPCG_DEBUG Define to enable debugging output
102103# -DHPCG_DETAILED_DEBUG Define to enable very detailed debugging output
103104#
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ HPCG_LIBS =
9898#
9999# -DHPCG_NO_MPI Define to disable MPI
100100# -DHPCG_NO_OPENMP Define to disable OPENMP
101+ # -DHPCG_CONTIGUOUS_ARRAYS Define to have sparse matrix arrays long and contiguous
101102# -DHPCG_DEBUG Define to enable debugging output
102103# -DHPCG_DETAILED_DEBUG Define to enable very detailed debugging output
103104#
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ HPCG_LIBS =
9898#
9999# -DHPCG_NO_MPI Define to enable MPI
100100# -DHPCG_NO_OPENMP Define to disable OPENMP
101+ # -DHPCG_CONTIGUOUS_ARRAYS Define to have sparse matrix arrays long and contiguous
101102# -DHPCG_DEBUG Define to enable debugging output
102103# -DHPCG_DETAILED_DEBUG Define to enable very detailed debugging output
103104#
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ HPCG_LIBS =
9898#
9999# -DHPCG_NO_MPI Define to disable MPI
100100# -DHPCG_NO_OPENMP Define to disable OPENMP
101+ # -DHPCG_CONTIGUOUS_ARRAYS Define to have sparse matrix arrays long and contiguous
101102# -DHPCG_DEBUG Define to enable debugging output
102103# -DHPCG_DETAILED_DEBUG Define to enable very detailed debugging output
103104#
You can’t perform that action at this time.
0 commit comments