Revision history of "Optimization tricks"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 13:29, 13 May 2019Adk44 talk contribs 2,756 bytes +2,756 Created page with "== Profiling == * Compile your code with pgf90 and the following flags: FFLAGS= -Mextend -g -traceback -pg * Run GMIN on your input. Note that gmon.out is produced. * Run..."