Skip to content
Snippets Groups Projects
Commit 0cb08e42 authored by Jon Rood's avatar Jon Rood Committed by Peter Scheibel
Browse files

Trilinos: Add Tpetra_INST_INT_LONG_LONG to explicit template instantiation (#11060)

parent f237c810
No related branches found
No related tags found
No related merge requests found
......@@ -701,6 +701,7 @@ def cmake_args(self):
options.extend([
'-DTpetra_INST_DOUBLE:BOOL=ON',
'-DTpetra_INST_INT_LONG:BOOL=ON',
'-DTpetra_INST_INT_LONG_LONG:BOOL=ON',
'-DTpetra_INST_COMPLEX_DOUBLE=%s' % complex_s,
'-DTpetra_INST_COMPLEX_FLOAT=%s' % complex_float_s,
'-DTpetra_INST_FLOAT=%s' % float_s,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment