Fedora release 36 Kernel6.1.13-100.fc36.x86_64 Update

Fedora release 36 Kernelが6.1.13-100.fc36.x86_64にUpdateされました。

[root@f36 ~]# uname -r
6.1.13-100.fc36.x86_64
[root@f36 ~]# php -v
PHP 8.2.3 (cli) (built: Feb 14 2023 01:06:39) (NTS gcc x86_64)
Copyright (c) The PHP Group
Zend Engine v4.2.3, Copyright (c) Zend Technologies
with Zend OPcache v8.2.3, Copyright (c), by Zend Technologies
[root@f36 ~]# curl -V
curl 7.82.0 (x86_64-redhat-linux-gnu) libcurl/7.82.0 OpenSSL/3.0.8 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.4 libpsl/0.21.1 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.51.0 OpenLDAP/2.6.3
Release-Date: 2022-03-05
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f36 ~]# samba -V
Version 4.16.8
[root@f36 ~]# cat /etc/redhat-release
Fedora release 36 (Thirty Six)
[root@f36 ~]#

カテゴリー: fedora | コメントする

CentOS Stream release 9 Kernel5.14.0-274.el9.x86_64 Update

CentOS Stream release 9 Kernelが5.14.0-274.el9.x86_64にUpdateされました。

[root@stream9 ~]# uname -r
5.14.0-274.el9.x86_64
[root@stream9 ~]# php -v
PHP 8.2.3 (cli) (built: Feb 14 2023 01:06:39) (NTS gcc x86_64)
Copyright (c) The PHP Group
Zend Engine v4.2.3, Copyright (c) Zend Technologies
with Zend OPcache v8.2.3, Copyright (c), by Zend Technologies
[root@stream9 ~]# curl -V
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.0.7 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.10.4/openssl/zlib nghttp2/1.43.0
Release-Date: 2021-04-14
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@stream9 ~]# smbd -V
Version 4.17.5
[root@stream9 ~]# cat /etc/redhat-release
CentOS Stream release 9
[root@stream9 ~]#

カテゴリー: CentOS Stream release 9 | コメントする

FreeBSD 14.0-CURRENT PHP 8.2.3 Update

FreeBSD 14.0-CURRENT PHPが8.2.3にUpdateされました。

root@freebsd:~ # uname -a
FreeBSD freebsd 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-n260969-2894c8c96b9b: Thu Feb 16 08:26:07 UTC 2023 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
root@freebsd:~ # php -v
PHP 8.2.3 (cli) (built: Feb 18 2023 01:48:53) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.3, Copyright (c) Zend Technologies
root@freebsd:~ # curl -V
curl 7.87.0 (amd64-portbld-freebsd14.0) libcurl/7.87.0 OpenSSL/1.1.1t zlib/1.2.12 libpsl/0.21.2 (+libidn2/2.3.4) libssh2/1.10.0 nghttp2/1.51.0
Release-Date: 2022-12-21
Protocols: dict file ftp ftps gopher gophers http https imap imaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets
root@freebsd:~ # samba -V
Version 4.13.17
root@freebsd:~ #

カテゴリー: freebsd | コメントする

第2世代 AMD EPYC 7742 64-Core Processor x2 512GB Ubuntu 20.04.6 LTS RTX A5000-24GB CUDA 11.4 Samples ./nobody -benchmark 単精度 で動作させてみた 14061.221GFLOP/s


chibi@2004:~/NVIDIA_CUDA-11.4_Samples/5_Simulations/nbody$ ./nbody -benchmark -numbodies=256000 -device=0
Run “nbody -benchmark [-numbodies=]” to measure performance.
-fullscreen (run n-body simulation in fullscreen mode)
-fp64 (use double precision floating point values for simulation)
-hostmem (stores simulation data in host memory)
-benchmark (run benchmark to measure performance)
-numbodies= (number of bodies (>= 1) to run in simulation)
-device= (where d=0,1,2…. for the CUDA device to use)
-numdevices= (where i=(number of CUDA devices > 0) to use for simulation)
-compare (compares simulation results running once on the default GPU and once on the CPU)
-cpu (run n-body simulation on the CPU)
-tipsy= (load a tipsy model file for simulation)

NOTE: The CUDA Samples are not meant for performance measurements. Results may vary when GPU Boost is enabled.

> Windowed mode
> Simulation data stored in video memory
> Single precision floating point simulation
> 1 Devices used for simulation
gpuDeviceInit() CUDA Device [0]: “Ampere
> Compute 8.6 CUDA device: [NVIDIA RTX A5000]
number of bodies = 256000
256000 bodies, total time for 10 iterations: 932.152 ms
= 703.061 billion interactions per second
= 14061.221 single-precision GFLOP/s at 20 flops per interaction
chibi@2004:~/NVIDIA_CUDA-11.4_Samples/5_Simulations/nbody$
RTX A5000-24GB CUDA 11.4 ■単精度結果 =14061.221 single-precision GFLOP/s at 20 flops per interaction
Tesla V100-SXM2-16GB CUDA 10.1 ■単精度結果 =9033.258 single-precision GFLOP/s at 20 flops per interaction
AMD EPYC 7742 64-Core Processor x2 512GB Ubuntu 20.04.6 LTS RTX A5000-24GB CUDA 11.4 Samples nobody benchmark を単精度 で動作させてみた 14061.221 GFLOP s deviceQueryAMD EPYC 7742 64-Core Processor x2 512GB Ubuntu 20.04.6 LTS RTX A5000-24GB CUDA 11.4 Samples nobody benchmark を単精度 で動作させてみた 14061.221 GFLOP s nvidia-smi

カテゴリー: nvidia, ubuntu | コメントする

Fedora release 39 Kernel6.2.0-63.fc39.x86_64 Samba4.18.0rc3 Update

Fedora release 39 Kernel6.2.0-63.fc39.x86_64とSamba4.18.0rc3がUpdateされました。

[root@f39 ~]# uname -r
6.2.0-63.fc39.x86_64
[root@f39 ~]# php -v
PHP 8.2.3 (cli) (built: Feb 14 2023 01:06:39) (NTS gcc x86_64)
Copyright (c) The PHP Group
Zend Engine v4.2.3, Copyright (c) Zend Technologies
with Zend OPcache v8.2.3, Copyright (c), by Zend Technologies
[root@f39 ~]# curl -V
curl 7.88.1 (x86_64-redhat-linux-gnu) libcurl/7.88.1 OpenSSL/3.0.8 zlib/1.2.13 brotli/1.0.9 libidn2/2.3.4 libpsl/0.21.2 (+libidn2/2.3.4) libssh/0.10.4/openssl/zlib nghttp2/1.52.0
Release-Date: 2023-02-20
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets
[root@f39 ~]# samba -V
Version 4.18.0rc3
[root@f39 ~]# cat /etc/redhat-release
Fedora release 39 (Rawhide)
[root@f39 ~]#

カテゴリー: fedora | コメントする