Skip to content

Instantly share code, notes, and snippets.

@dwhswenson
Last active August 29, 2015 14:20
Show Gist options
  • Save dwhswenson/27de391da5450fc249b1 to your computer and use it in GitHub Desktop.
Save dwhswenson/27de391da5450fc249b1 to your computer and use it in GitHub Desktop.
OPS: SequentialEnsemble timing optimization
plot '<grep -n "STARTING FRAME" find_bug.log | awk "{ FS=\":\"; print $1}"' u 0:($1/$0)
# Default configuration file for OpenPathSampling loggers
[loggers]
keys=root,initialization
[handlers]
keys=stdout,initf,stdf
[formatters]
keys=standardFormatter,msgOnly
[handler_stdout]
class=StreamHandler
level=NOTSET
#formatter=standardFormatter
formatter=msgOnly
args=(sys.stdout,)
[handler_initf]
class=FileHandler
level=INFO
formatter=standardFormatter
args=('initialization.log', 'w')
[handler_stdf]
class=FileHandler
level=DEBUG
formatter=standardFormatter
args=('debug.log', 'w')
[logger_root]
level=DEBUG
handlers=stdf
[logger_initialization]
level=INFO
handlers=initf
qualname=openpathsampling.initialization
propagate=0
[formatter_standardFormatter]
format=(%(levelname)s)%(name)s: %(message)s
[formatter_msgOnly]
format=%(message)s

Optimization of the SequentialEnsemble

This gist includes files I used to look into performance questions for the SequentialEnsemble in OpenPathSampling.

This gist is to attach some files which relate to the discussion in OPS #222.

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment