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) (140)
  • Article (79)
  • Blog post (2)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 2 3 4 5 6 7 8 ... 23 Next »

90%
Modern Fortran for today and tomorrow
17.06.2017
Home »  Archive  »  2017  »  Issue 39: Conta...  » 
Lead Image © homestudio, 123RF.com
of the array), has to be specified. The following are simple examples of a declaration INTEGER, TARGET :: a(3), b(6), c(9)INTEGER, DIMENSION(:),POINTER :: pt2 and multidimensional arrays: INTEGER, POINTER
90%
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 ... Modern Fortran – Part 2
90%
Warewulf 4
13.12.2022
Home »  HPC  »  Articles  » 
 ttl=64 time=2.44 ms ^C --- n0001-default ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1002ms rtt min/avg/max/mdev = 2.200/2.321/2.443/0.130 ms Being able to pin
89%
Warewulf Cluster Manager – Master and Compute Nodes
22.05.2012
Home »  HPC  »  Articles  » 
installed and latest version Package automake-1.11.1-1.2.el6.noarch already installed and latest version Package gcc-c++-4.4.6-3.el6.x86_64 already installed and latest version Package binutils-2.20.51.0.2
89%
Measuring the performance of code
04.08.2020
Home »  Archive  »  2020  »  Issue 58: Graph...  » 
Lead Image © Lucy Baldwin, 123RF.com
, repeating the measurement 100,000 times leads to an approximate time measurement of 6ns for the round n Figure 4: Bench testing round() in C: 6.23ns fast
89%
Monitor your network infrastructure with SNMP
10.04.2015
Home »  Archive  »  2015  »  Issue 26: OpenS...  » 
Lead Image © lightwise, 123RF.com
$ROCOMMUNITY $HOST .1.3.6.1.2.1.4.22.1.3 # memory_used snmpwalk -v1 -Oqs -c $ROCOMMUNITY $HOST .1.3.6.1.2.1.25.2.3.1.6.101 # CPU-load-1 snmpwalk -v1 -Oqs -c $ROCOMMUNITY $HOST 1.3.6
88%
Thrashing the data cache for fun and profit
05.12.2019
Home »  Archive  »  2019  »  Issue 54: NVMe...  » 
Lead Image © Lucy Baldwin, 123RF.com
= 0; j < SIZE; j++) array[i][j]++; return 0; } Listing 2 column.c #include #define SIZE 10000 ** int array[SIZE][SIZE] = {0}; int main() { for (int i = 0
88%
OpenMP – Loops and Data Control
08.05.2019
Home »  HPC  »  Articles  » 
 (i=0; i < n; i++) {    ... }   for (j=0; j < m; j++) {    ... }   for (k=0; k < n*m; k++) {    ... } Listing 2: Parallelized Sets of Loops Fortran C !$omp parallel do do i=1,n
88%
Multiprocessing in Python with Fortran and OpenMP
22.12.2017
Home »  Archive  »  2017  »  Issue 42: Secur...  » 
Lead Image Photo by Zachary Young on Unsplash
as Python modules with tools such as SWIG [6], Pyfort [7], and F2PY [8]. Writing parallel functions in Python is very difficult, but it's fairly straightforward in C and Fortran with the use of a variety
88%
StarCluster Toolkit: Virtualization Meets HPC
16.01.2013
Home »  HPC  »  Articles  » 
-east-1d Keypair: foocluster EBS volumes:     vol-4c048437 on master:/dev/sda (status: attached)     vol-4f048434 on node001:/dev/sda (status: attached) Cluster nodes:     master running i-6a10c710 ec2

« Previous 1 2 3 4 5 6 7 8 ... 23 Next »

Service

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