This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ # blender -b RyzenGraphic_27.blend -f 1 -- --cycles-device CPU | |
Color management: using fallback mode for management | |
Color management: Error could not find role data role. | |
Blender 2.80 (sub 75) (hash unknown built 2021-10-07 09:22:23) | |
Color management: scene view "Filmic" not found, setting default "Standard". | |
Read blend: /root/RyzenGraphic_27.blend | |
Fra:1 Mem:65.87M (0.00M, Peak 77.98M) | Time:00:00.20 | Mem:0.00M, Peak:0.00M | Scene, RenderLayer | Synchronizing object | Plane.006 | |
Fra:1 Mem:65.87M (0.00M, Peak 77.98M) | Time:00:00.20 | Mem:0.00M, Peak:0.00M | Scene, RenderLayer | Synchronizing object | Plane.005 | |
Fra:1 Mem:65.87M (0.00M, Peak 77.98M) | Time:00:00.20 | Mem:0.00M, Peak:0.00M | Scene, RenderLayer | Synchronizing object | Plane.003 | |
Fra:1 Mem:65.87M (0.00M, Peak 77.98M) | Time:00:00.20 | Mem:0.00M, Peak:0.00M | Scene, RenderLayer | Synchronizing object | Plane.002 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz (2 потока) | |
=========================== | |
Total time (ms) : 674701 | |
Nodes searched : 846305220 | |
Nodes/second : 1254341 | |
Celeron(R) CPU N3350 @ 1.10GHz (2 потока) | |
=========================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 7za b | |
7-Zip (a) 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 | |
p7zip Version 16.02 (locale=ru_RU.UTF-8,Utf16=on,HugeFiles=on,64 bits,16 CPUs LE) | |
LE | |
CPU Freq: 1996 1997 1997 1993 1997 1996 1996 1996 1996 | |
RAM size: 64314 MB, # CPU hardware threads: 16 | |
RAM usage: 3530 MB, # Benchmark threads: 16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/opt/mpich-3.1.4/bin/mpiexec -n 1 --bind-to core ./xhpl | |
================================================================================ | |
HPLinpack 2.2 -- High-Performance Linpack benchmark -- February 24, 2016 | |
Written by A. Petitet and R. Clint Whaley, Innovative Computing Laboratory, UTK | |
Modified by Piotr Luszczek, Innovative Computing Laboratory, UTK | |
Modified by Julien Langou, University of Colorado Denver | |
================================================================================ | |
An explanation of the input/output parameters follows: | |
T/V : Wall time / encoded variant. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Child1 => | |
{ | |
"a": "string", | |
"b": 7, | |
"type" : 0, | |
"field1" : "f1", | |
"field2" : [0, 1, "some", true], | |
... |