Skip to content

Instantly share code, notes, and snippets.

@utilForever
Last active April 21, 2018 16:13
Show Gist options
  • Save utilForever/53bae5ed75525beab1ede953cff9af8f to your computer and use it in GitHub Desktop.
Save utilForever/53bae5ed75525beab1ede953cff9af8f to your computer and use it in GitHub Desktop.
CubbyFlow Memory Performance Tests - OpenMP
[==========] Running 7 tests from 4 test cases.
[----------] Global test environment set-up.
[----------] 1 test from FDMICCGSolver3
[ RUN ] FDMICCGSolver3.Memory
[ STAT ] Mem usage: 2.414410 GB.
[ OK ] FDMICCGSolver3.Memory (7952 ms)
[----------] 1 test from FDMICCGSolver3 (7953 ms total)
[----------] 1 test from FLIPSolver3
[ RUN ] FLIPSolver3.Memory
[ STAT ] Start mem. usage: 830.308594 MB.
[ STAT ] Single update mem. usage: 4.208511 GB.
[ OK ] FLIPSolver3.Memory (286971 ms)
[----------] 1 test from FLIPSolver3 (286973 ms total)
[----------] 1 test from GridFluidSolver3
[ RUN ] GridFluidSolver3.Memory
[ STAT ] Start mem. usage: 620.062500 MB.
[ STAT ] Single update mem. usage: 3.624065 GB.
[ OK ] GridFluidSolver3.Memory (1371510 ms)
[----------] 1 test from GridFluidSolver3 (1371510 ms total)
[----------] 4 tests from GridFractionalSinglePhasePressureSolver3
[ RUN ] GridFractionalSinglePhasePressureSolver3.FullUncompressed
[ STAT ] Single solve mem. usage: 4.000000 kB.
[ OK ] GridFractionalSinglePhasePressureSolver3.FullUncompressed (50357 ms)
[ RUN ] GridFractionalSinglePhasePressureSolver3.FullCompressed
[ STAT ] Single solve mem. usage: 764.000000 kB.
[ OK ] GridFractionalSinglePhasePressureSolver3.FullCompressed (21014 ms)
[ RUN ] GridFractionalSinglePhasePressureSolver3.FreeSurfaceUncompressed
[ STAT ] Single solve mem. usage: 0.000000 B.
[ OK ] GridFractionalSinglePhasePressureSolver3.FreeSurfaceUncompressed (49825 ms)
[ RUN ] GridFractionalSinglePhasePressureSolver3.FreeSurfaceCompressed
[ STAT ] Single solve mem. usage: 0.000000 B.
[ OK ] GridFractionalSinglePhasePressureSolver3.FreeSurfaceCompressed (5533 ms)
[----------] 4 tests from GridFractionalSinglePhasePressureSolver3 (126731 ms total)
[----------] Global test environment tear-down
[==========] 7 tests from 4 test cases ran. (1793173 ms total)
[ PASSED ] 7 tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment