Fedora31 Kernel5.2.0-0.rc2 Update

Fedora31 Kernelが5.2.0-0.rc2にUpdateされました。

[root@f31 ~]# uname -r
5.2.0-0.rc2.git1.2.fc31.x86_64
[root@f31 ~]# php -v
PHP 7.3.6 (cli) (built: May 28 2019 09:32:59) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.6, Copyright (c) 1998-2018 Zend Technologies
[root@f31 ~]# curl -V
curl 7.65.0 (x86_64-redhat-linux-gnu) libcurl/7.65.0 OpenSSL/1.1.1c-fips zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.1.1) libssh/0.8.7/openssl/zlib nghttp2/1.38.0
Release-Date: 2019-05-22
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f31 ~]# samba -V
Version 4.10.4
[root@f31 ~]# cat /etc/redhat-release
Fedora release 31 (Rawhide)
[root@f31 ~]#

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

”Big LSTM” Red Hat Enterprise 8.0 RTX2080Ti x2 NVlink CUDA 10.1 NVIDIA GPU CLOUD 19.04-py3 – TensorFlow – Training performanceを3回確認してみた (words/second) wps=69595 69429 68584

TensorFlow LSTM: Big-LSTM 1 Billion Word Dataset RTX2080Ti x2 NVlink (words/second)スコア
1回目 69595
2回目 69429
3回目 68584
データ詳細
Big LSTM Red Hat Enterprise Linux 8 CUDA 10.1 19.04-py3 – TensorFlow – Training performance (wordssecond) wps=69595 69429 68584
GPU nvidia-smi
Big LSTM Red Hat Enterprise Linux 8 CUDA 10.1 19.04-py3 – TensorFlow – Training performance (wordssecond) wps=69595 69429 68584 nvidia-smi
前回はこちらです。

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

Ubuntu18.04.2 RTX2080Ti x2 CUDA 10.1 Samples で simpleP2P p2pBandwidthLatencyTest deviceQuery bandwidthTestを動作させてみた

chibi@1804:~$ sudo hddtemp /dev/sda
[sudo] chibi のパスワード:
/dev/sda: TS240GSSD220S: 36°C
chibi@1804:~$ cat /etc/os-release
NAME=”Ubuntu”
VERSION=”18.04.2 LTS (Bionic Beaver)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu 18.04.2 LTS”
VERSION_ID=”18.04″
HOME_URL=”https://www.ubuntu.com/”
SUPPORT_URL=”https://help.ubuntu.com/”
BUG_REPORT_URL=”https://bugs.launchpad.net/ubuntu/”
PRIVACY_POLICY_URL=”https://www.ubuntu.com/legal/terms-and-policies/privacy-policy”
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
chibi@1804:~$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Wed_Apr_24_19:10:27_PDT_2019
Cuda compilation tools, release 10.1, V10.1.168
chibi@1804:~/NVIDIA_CUDA-10.1_Samples/0_Simple/simpleP2P$ ./simpleP2P
[./simpleP2P] – Starting…
Checking for multiple GPUs…
CUDA-capable device count: 2

Checking GPU(s) for support of peer to peer memory access…
> Peer access from GeForce RTX 2080 Ti (GPU0) -> GeForce RTX 2080 Ti (GPU1) : Yes
> Peer access from GeForce RTX 2080 Ti (GPU1) -> GeForce RTX 2080 Ti (GPU0) : Yes
Enabling peer access between GPU0 and GPU1…
Allocating buffers (64MB on GPU0, GPU1 and CPU Host)…
Creating event handles…
cudaMemcpyPeer / cudaMemcpy between GPU0 and GPU1: 43.53GB/s
Preparing host buffer and memcpy to GPU0…
Run kernel on GPU1, taking source data from GPU0 and writing to GPU1…
Run kernel on GPU0, taking source data from GPU1 and writing to GPU0…
Copy data back to host from GPU0 and verify results…
Disabling peer access…
Shutting down…
Test passed
chibi@1804:~/NVIDIA_CUDA-10.1_Samples/0_Simple/simpleP2P$
Ubuntu18.04.2 RTX2080Ti x2 CUDA 10.1 Samples simpleP2P p2pBandwidthLatencyTest deviceQuery bandwidthTest

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

Ubuntu18.04.2 RTX2080Ti x2 CUDA 10.1 Samplesで nbodyを動作させてみた




chibi@1804:~/NVIDIA_CUDA-10.1_Samples/5_Simulations/nbody$ ./nbody
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
GPU Device 0: “GeForce RTX 2080 Ti” with compute capability 7.5

> Compute 7.5 CUDA device: [GeForce RTX 2080 Ti]
chibi@1804:~/NVIDIA_CUDA-10.1_Samples/5_Simulations/nbody$
Ubuntu18.04.2 RTX2080Ti x2 CUDA 10.1 Samples nbody
GPU nvidia-smi
Ubuntu18.04.2 RTX2080Ti x2 CUDA 10.1 Samples nbody nvidia-smi

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

FreeBSD 13.0-CURRENT r348210 Samba4.8.12 Active Directory Domain Controllerの構築と動作確認

root@freebsd:~ # mount -o acls /
root@freebsd:~ # samba-tool domain provision
Realm: TEST.JP
Domain [TEST]:
Server Role (dc, member, standalone) [dc]:
DNS backend (SAMBA_INTERNAL, BIND9_FLATFILE, BIND9_DLZ, NONE) [SAMBA_INTERNAL]:
DNS forwarder IP address (write ‘none’ to disable forwarding) [192.168.1.8]:
Administrator password:
Retype password:
Looking up IPv4 addresses
Looking up IPv6 addresses
No IPv6 address will be assigned
Setting up share.ldb
Setting up secrets.ldb
Setting up the registry
Setting up the privileges database
Setting up idmap db
Setting up SAM db
Setting up sam.ldb partitions and settings
Setting up sam.ldb rootDSE
Pre-loading the Samba 4 and AD schema
Unable to determine the DomainSID, can not enforce uniqueness constraint on local domainSIDs
FreeBSD 13.0-CURRENT r348210 Samba4.8.12 Active Directory Domain Controllerの構築
root@freebsd:~ # kinit administrator
administrator@TEST.JP’s Password:
root@freebsd:~ # samba-tool user add chibi
Note: samba-tool user add is deprecated. Please use samba-tool user create for the same function.
New Password:
Retype Password:
User ‘chibi’ created successfully
root@freebsd:~ # wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
root@freebsd:~ # wbinfo -n chibi
S-1-5-21-3683702346-2664945195-491150968-1103 SID_USER (1)
root@freebsd:~ # net ads info
LDAP server: 192.168.1.8
LDAP server name: freebsd.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Sun, 02 Jun 2019 12:23:40 JST
KDC server: 192.168.1.8
Server time offset: 0
Last machine account password change: Sun, 02 Jun 2019 12:20:15 JST
root@freebsd:~ # host -4 freebsd
freebsd.test.jp has address 192.168.1.8
root@freebsd:~ # host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 freebsd.test.jp.
root@freebsd:~ # host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 freebsd.test.jp.
root@freebsd:~ # host -t A freebsd.test.jp.
freebsd.test.jp has address 192.168.1.8
root@freebsd:~ # uname -a
FreeBSD freebsd 13.0-CURRENT FreeBSD 13.0-CURRENT r348210 GENERIC amd64
root@freebsd:~ # samba -V
Version 4.8.12
root@freebsd:~ # smbclient -L localhost -U%
FreeBSD 13.0-CURRENT r348210 Samba4.8.12 Active Directory Domain Controllerの動作確認

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