Admin Magazine
 
  • News
  •  
  • Articles
  •  
  • Tech Tools
  •  
  • Subscribe
  •  
  • Archive
  •  
  • Whitepapers
  •  
  • Digisub
  •  
  • Write for Us!
  •  
  • Newsletter
  •  
  • Shop
  • DevOps
  • Cloud Computing
  • Virtualization
  • HPC
  • Linux
  • Windows
  • Security
  • Monitoring
  • Databases
  • all Topics...
Search
Login
ADMIN Magazine on Facebook
GooglePlus

Search

Refine your search
Sort order
  • Date
  • Score
Content type
  • Article (Print) (941)
  • Article (295)
  • News (166)
  • Blog post (3)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 ... 61 62 63 64 65 66 67 68 69 70 71 72 73 74 ... 141 Next »

27%
OpenACC – Porting Code
07.03.2019
Home »  HPC  »  Articles  » 
relative to the data values. For example, if the difference between two numbers is 100.0, but you are working with values of 10^8, then the difference (0.001%) might not be important. It’s really up
27%
Parallel I/O Chases Amdahl Away
12.09.2022
Home »  HPC  »  Articles  » 
 = np.random.rand(nx,ny)*100.0   # Random data in arrayy       np.save(filename, a) # Write data to file       print("    Just finished writing file, ",filename,".npy") # end for The code in Listing 2 reads the five files
27%
A script for strict packet filter updates
05.12.2016
Home »  Archive  »  2016  »  Issue 36: Autom...  » 
Lead Image © french 03, photocase.com
Network Coordination Centre (NCC) [4] is responsible for the European arena. In addition to ASNs, RIRs register the IP address spaces (prefixes) of their members. Well-known examples are the prefixes 8.8.8.0
27%
Maintaining Android in the enterprise
21.08.2014
Home »  Archive  »  2014  »  Issue 22: OpenS...  » 
Lead Image © Iaroslav Neliubov, 123RF.com
* 10 * daemon started successfully * 11 List of devices attached 12 015d8bed0d3c0814 device If you use the commands from the SDK regularly, it makes sense to add its path, preferably like
27%
Modern Fortran – Part 2
15.12.2016
Home »  HPC  »  Articles  » 
are over i = 2,n − 1 and j = 2,n −1. Here is how you can write the iteration over the domain using array notation: a(2:n-1,2:n-1) = 0.25 * &     (a(1:n-2,2:n) + a(3:n,2:n) + a(2:n,1:n-2) + a(2:n,3:n
27%
Modern Fortran – Part 3
25.01.2017
Home »  HPC  »  Articles  » 
, dimension(n) :: a[*]    ! Array coarray   real, dimension(n), codimension[*] :: a   ! Array coarray   integer :: cx[10,10,*]   ! scalar coarray with corank of 3   ! Array coarray with corank of 3 with different cobounds real :: c(m,n) :: [0
27%
Warewulf 4 – GPUs
20.02.2023
Home »  HPC  »  Articles  » 
 slurm.conf  (i.e., /etc/slurm/ ): # GPU definition NodeName=n0001 Name=gpu File=/dev/nvidia0 The one line in the file defines the node to which it pertains. You can also use a single line in gres.conf  to cover
27%
(Re)Installing Python
17.07.2023
Home »  HPC  »  Articles  » 
. Listing 1: Installation Script with conda conda install -c conda-forge -y cudatoolkit=11.8.0   # Tensorflow: conda install -c conda-forge -y cudatoolkit=11.8.0 python3 -m pip install nvidia-cudnn-cu11==8.6.0
27%
Detecting intruders with Suricata
10.06.2015
Home »  Archive  »  2015  »  Issue 27: Fault...  » 
Lead Image © Kurhan, 123RF.com
\ automake libtool libpcap-dev \ libnet1-dev \ libyaml-0-2 libyaml-dev \ zlib1g zlib1g-dev libcap-ng-dev \ libcap-ng0 \ make libmagic-dev Once finished with these support packages, you can
27%
Bare metal deployment with OpenStack
02.08.2021
Home »  Archive  »  2021  »  Issue 64: Bare...  » 
Photo by Anatolii Nesterov on Unsplash
.168.21.21" ipv4_subnet_mask: "255.255.255.0" ipv4_gateway: "192.168.21.254" ipv4_nameserver: - "8.8.8.8" - "8.8.4.4" properties: cpu_arch: "x86_64" ram: "65536" disk_size: "1024" cpus

« Previous 1 ... 61 62 63 64 65 66 67 68 69 70 71 72 73 74 ... 141 Next »

Service

  • Article Code
  • Contact
  • Legal Notice
  • Privacy Policy
  • Glossary
    • Backup Test
© 2025 Linux New Media USA, LLC – Legal Notice