Skip to content

Instantly share code, notes, and snippets.

View andsor's full-sized avatar

Andreas Sorge andsor

  • Max Planck Institute for Dynamics and Self-Organization
  • Göttingen, Germany
View GitHub Profile
@andsor
andsor / numpy-1.9.2-build.log
Last active August 26, 2015 21:06
NumPy 1.9.2 on NLD clusters objdump of umath.so
# output of $ objdump -d numpy-test/lib/python3.4/site-packages/numpy/core/umath.cpython-34m.so | grep sse2
0000000000033690 <sse2_binary_scalar1_not_equal_FLOAT>:
336b1: 0f 85 d9 00 00 00 jne 33790 <sse2_binary_scalar1_not_equal_FLOAT+0x100>
336cc: 73 75 jae 33743 <sse2_binary_scalar1_not_equal_FLOAT+0xb3>
33741: 72 ad jb 336f0 <sse2_binary_scalar1_not_equal_FLOAT+0x60>
33746: 7e 3f jle 33787 <sse2_binary_scalar1_not_equal_FLOAT+0xf7>
33785: 7f d9 jg 33760 <sse2_binary_scalar1_not_equal_FLOAT+0xd0>
337ae: 0f 84 0b ff ff ff je 336bf <sse2_binary_scalar1_not_equal_FLOAT+0x2f>
337bf: eb 0b jmp 337cc <sse2_binary_scalar1_not_equal_FLOAT+0x13c>
337f2: 7f d4 jg 337c8 <sse2_binary_scalar1_not_equal_FLOAT+0x138>
@andsor
andsor / sys_info_helper.py
Last active August 29, 2015 14:24
Helper functions to dump and load system information -- Enhances reproducibility of a scientific computing environment
"""
Helper functions to dump and load system information
Enhances reproducibility of a scientific computing environment
License: http://creativecommons.org/publicdomain/zero/1.0/
To the extent possible under law, the author has waived all copyright and
related or neighboring rights to this work.
This work is published from: Germany.