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

Spell check suggestion: %xcomm 22 ?

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

« Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 74 Next »

11%
mpi4py – high-performance distributed Python
30.11.2020
Home »  Archive  »  2020  »  Issue 60: Secur...  » 
Lead Image © liu liming, 123RF.com
): 11 12 s = 0.0 13 s += h * f(a) 14 for i in range(1, n): 15 s += 2.0 * h * f(a + i*h) 16 # end for 17 s += h * f(b) 18 return (s/2.) 19 # end def 20 21 22 # Main section 23 comm = MPI
11%
Matlab-like tools for high-performance computing
16.05.2013
Home »  Archive  »  2013  »  Issue 14: Samba 4  » 
://wiki.scilab.org/Linalg%20performances Compiling http://wiki.scilab.org/Compiling%20Scilab%205.x%20under%20GNU-Linux%20Unix Parallel computing http
11%
SSHFS for Shared Storage
15.09.2020
Home »  HPC  »  Articles  » 
} (default: yes ) -o cache_timeout=N – sets timeout for caches in seconds (default: 20 ) -o cache_X_timeout=N – sets timeout for {stat ,dir ,link } caches -o compression=BOOL – enables data
11%
Userspace secure filesystem
30.11.2020
Home »  Archive  »  2020  »  Issue 60: Secur...  » 
Lead Image © mipan, 123RF.com
timeout for caches in seconds (default: 20) * -o cache_X_timeout=N Sets timeout for {stat,dir,link} caches * -o compression=BOOL Enables data compression {yes, no} * -o
11%
Modern Fortran for today and tomorrow
17.06.2017
Home »  Archive  »  2017  »  Issue 39: Conta...  » 
Lead Image © homestudio, 123RF.com
type for variable "a" 18 type(my_struct) :: a 19 ! ... 20 write(*,*) "i is ",a%i 21 22 ! Structures (variables) of the the derived type my_struct 23 type(my_struct) :: data 24 type
11%
VTP for VLAN management
04.10.2018
Home »  Archive  »  2018  »  Issue 47: Findi...  » 
Lead Image © bluedarkat, 123RF.com
for the configuration commands), VLAN20 needs to be created on SW1 and SW2 for red hosts to communicate, whereas VLAN 30 must be on SW2 and SW3 for the blue hosts to communicate. If you want the green hosts
11%
Keras: Getting Started with AI
03.12.2024
Home »  HPC  »  Articles  » 
, MaxPooling 2D : model.add(layers.BatchNormalization()) model.add(layers.MaxPooling2D(pool_size=(2,2))) A max pooling layer has a pool size, 2x2 in this case, that is used to scan the entire input image (left
11%
Getting started with AI
26.01.2025
Home »  Archive  »  2025  »  Issue 85: Monit...  » 
Lead Image © Lightwise, 123RF.com
version isn't even 3.x. I haven't tested the code with Keras 3.x yet, so your mileage may vary if you go that route. CIFAR-10 The model and dataset I use is CIFAR-10 [6]. It is a very common dataset
11%
Small Tools for Managing HPC
18.10.2017
Home »  HPC  »  Articles  » 
ab7000)         libc.so.6 => /lib64/libc.so.6 (0x00007f5bc46f4000)         libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f5bc44de000)         /lib64/ld-linux-x86-64.so.2 (0x000056123e669000
11%
Tuning I/O Patterns in C
31.07.2013
Home »  HPC  »  Articles  » 
_record; 14 int counter_limit; 15 16 counter_limit = 100; 17 18 for ( counter=1; counter <= counter_limit; counter++) 19 { 20 my_record.x = counter; 21 my_record.y = counter + 1

« Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 74 Next »

Service

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