Skip to content

Instantly share code, notes, and snippets.

View sethrj's full-sized avatar
👾

Seth R. Johnson sethrj

👾
View GitHub Profile
@paulromano
paulromano / Speed calculation roundoff.ipynb
Created December 18, 2023 21:04
Notebook demonstrating roundoff error in calculation speed
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sethrj
sethrj / trilinos.patch
Created September 27, 2011 18:58
Patch Trilinos 10.x to have fewer warnings in GCC
diff -crB original-packages/amesos/src/Amesos_BaseSolver.h packages/amesos/src/Amesos_BaseSolver.h
*** original-packages/amesos/src/Amesos_BaseSolver.h 2010-12-09 12:24:45.000000000 -0500
--- packages/amesos/src/Amesos_BaseSolver.h 2011-03-05 13:51:01.000000000 -0500
***************
*** 409,414 ****
--- 409,415 ----
//! Redefined from Teuchos::ParameterListAcceptor
virtual void setParameterList(Teuchos::RCP<Teuchos::ParameterList> const& paramList)
{
+ (void)paramList;