AMD EPYC 7702P 64-Core Processor 2.0GHz CentOS Linux release 8.1.1911 TITAN RTX x2 RTX2080Ti x2 CUDA 10.2 namd 2.12-171025 STMV (virus) benchmark (1,066,628 atoms, periodic, PME) を動作させてみた0.245272 days/ns

←days/nsは値が小さい方が高性能

TIMING: 798 CPU: 17.5008, 0.01679/step Wall: 17.7232, 0.0169761/step, 9.43118e-06 hours remaining, 2876.890625 MB of memory in use.
TIMING: 799 CPU: 17.5146, 0.013853/step Wall: 17.7371, 0.013901/step, 3.86139e-06 hours remaining, 2876.890625 MB of memory in use.
Info: Benchmark time: 40 CPUs 0.0211915 s/step 0.245272 days/ns 2876.95 MB memory
AMD EPYC 7702P 64-Core Processor データ詳細
AMD EPYC 7702P 64-Core Processor CentOS Linux release 8.1.1911 TITAN RTX x2 RTX2080Ti x2 CUDA 10.2 namd 2.12-171025 STMV (virus) benchmark (1,066,628 atoms, periodic, PME) 0.245272 days ns
AMD EPYC 7702P 64-Core Processor GPUデータ詳細
AMD EPYC 7702P 64-Core Processor CentOS Linux release 8.1.1911 TITAN RTX x2 RTX2080Ti x2 CUDA 10.2 namd 2.12-171025 STMV (virus) benchmark (1,066,628 atoms, periodic, PME) 0.245272 days ns nvidia-smi

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

Fedora release 34 Samba4.13.0rc3 AMD EPYC 7302Pに構成した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


[root@f34 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f34 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘F34’ to dns domain ‘test.jp’
No DNS domain configured for f34. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f34 ~]# systemctl restart winbind
[root@f34 ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[root@f34 ~]# wbinfo -n chibi
S-1-5-21-4252828235-1945649609-3318306072-1103 SID_USER (1)
[root@f34 ~]# smbclient -L localhost -U%
do_connect: Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
[root@f34 ~]# smbclient -L 192.168.1.27 -U%

Sharename Type Comment
——— —- ——-
SMB1 disabled — no workgroup available
[root@f34 ~]# smbclient //192.168.1.27/netlogon -Uadministrator
Enter TEST\administrator’s password:
Try “help” to get a list of possible commands.
smb: \> ls
. D 0 Sun Sep 6 14:00:34 2020
.. D 0 Sun Sep 6 14:00:34 2020

124869119 blocks of size 4096. 119059171 blocks available
smb: \> exit
[root@f34 ~]# smbclient //192.168.1.27/sysvol -Uadministrator
Enter TEST\administrator’s password:
Try “help” to get a list of possible commands.
smb: \> ls
. D 0 Sun Sep 6 14:00:34 2020
.. D 0 Sun Sep 6 14:00:34 2020
test.jp Dr 0 Sun Sep 6 14:00:34 2020

124869119 blocks of size 4096. 119059171 blocks available
smb: \> exit
[root@f34 ~]# net ads info
Fedora release 34 Samba4.13.0rc3 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

AMD EPYC 7502P 32 Core Processer 2.5GHZ メモリ 8 Channel 3200MHZ V RAY をWindows 10 Proで動作させてみた 34775

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

FreeBSD 13.0-CURRENT Samba4.11.11 AMD EPYC 7302P で構成した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


root@freebsd:~ # kinit administrator
administrator@TEST.JP’s Password:
root@freebsd:~ # net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘FREEBSD’ to dns domain ‘test.jp’
No DNS domain configured for freebsd. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@freebsd:~ # service samba_server start
Performing sanity check on Samba configuration: OK
Starting nmbd.
Starting smbd.
Starting winbindd.
root@freebsd:~ # wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
root@freebsd:~ # wbinfo -n chibi
S-1-5-21-4252828235-1945649609-3318306072-1103 SID_USER (1)
root@freebsd:~ # net ads info
LDAP server: 192.168.1.28
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Sun, 06 Sep 2020 14:41:48 JST
KDC server: 192.168.1.28
Server time offset: 0
Last machine account password change: Sun, 06 Sep 2020 14:39:00 JST
root@freebsd:~ # host -4 dc
dc.test.jp has address 192.168.1.27
dc.test.jp has address 192.168.1.28
dc.test.jp has IPv6 address 2400:4052:46e0:b700:4975:1828:7465:84aa
dc.test.jp has IPv6 address 2400:4052:46e0:b700:5021:a5ac:5882:f185
root@freebsd:~ # host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
root@freebsd:~ # host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
root@freebsd:~ # host -t A test.jp
test.jp has address 13.113.45.174
root@freebsd:~ # host -t A dc.test.jp
dc.test.jp has address 192.168.1.27
dc.test.jp has address 192.168.1.28
root@freebsd:~ # smbclient -L localhost -U%

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
IPC$ IPC IPC Service (Samba 4.11.11)
SMB1 disabled — no workgroup available
root@freebsd:~ # smbclent //192.168.1.27/netlogon -Uadministrator
FreeBSD 13.0-CURRENT Samba4.11.11 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

AMD Ryzen Threadripper 3990X 64-Core Processor FreeBSD 12.2-PRERELEASE r365281 GENERIC amd64 GT1030 MATEを起動 11ac 無線LAN nvidia-smi amdtempを設定してみた


root@:~ # sysctl hw.model
hw.model: AMD Ryzen Threadripper 3990X 64-Core Processor
root@:~ # uname -a
FreeBSD 12.2-PRERELEASE FreeBSD 12.2-PRERELEASE r365281 GENERIC amd64
root@:~ # php -v
PHP 7.4.9 (cli) (built: Aug 20 2020 01:24:56) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
root@:~ # curl -V
curl 7.72.0 (amd64-portbld-freebsd12.1) libcurl/7.72.0 OpenSSL/1.1.1g zlib/1.2.11 nghttp2/1.41.0
Release-Date: 2020-08-19
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: alt-svc AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz NTLM NTLM_WB SPNEGO SSL TLS-SRP UnixSockets
root@:~ # ifconfig wlan0
wlan0: flags=8843 metric 0 mtu 1500
options=200001
ether 00:22:cf:e2:42:75
inet6 fe80::222:cfff:fee2:4275%wlan0 prefixlen 64 scopeid 0x2
inet6 2400:4052:46e0:b700:222:cfff:fee2:4275 prefixlen 64 autoconf
inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255
groups: wlan
ssid Planex_5-E5DE07 channel 36 (5180 MHz 11a ht/20) bssid 00:22:cf:e5:de:0a
regdomain FCC country US authmode WPA2/802.11i privacy ON
deftxkey UNDEF AES-CCM 2:128-bit txpower 17 bmiss 7 mcastrate 6
mgmtrate 6 scanvalid 60 ht20 ampdulimit 64k ampdudensity 16 shortgi
-stbc wme roaming MANUAL
media: IEEE 802.11 Wireless Ethernet MCS mode 11na
status: associated
nd6 options=23
root@:~ # nvidia-smi
AMD Ryzen Threadripper 3990X 64-Core Processor FreeBSD 12.2-PRERELEASE r365281 GENERIC amd64 GT1030 MATE 11ac 無線LAN nvidia-smi amdtemp

カテゴリー: 11ac無線LAN, freebsd, nvidia | コメントする