15%
18.07.2012
Currently Loaded Modulefiles:
1) compilers/open64/5.0
[laytonjb@n0001 ~]$ more test.f90
program test
write(6,*) ‘hello world’
stop
end
[laytonjb@n0001 ~]$ openf90 test.f90 -o test
[laytonjb@n0001
15%
15.02.2012
94
550
94
90
90
90
246
512KB < < 1MB
629
43
692
42
38
49
50
479
1MB < < 10MB
1
15%
26.01.2012
94
550
94
90
90
90
246
512KB < < 1MB
629
43
692
42
38
49
50
479
1MB < < 10MB
1
15%
12.11.2013
brute force attacks on WordPress sites in the cloud. A botnet with about 90,000 IP addresses bombards the popular CMS system with username-password combinations, giving the perpetrators time to gain
15%
15.10.2013
for companies to rewrite their applications.
This property is called VMware “application neutrality.” The vCloud Hybrid Service supports thousands of applications and more than 90 operating systems certified
15%
02.07.2014
.4: 1 0 0 30198100 286340 751668 0 0 0 0 412 735 1 0 99 0 0
192.168.1.250: 0 0 0 7249076 25632 79284 0 0 0 0 90 39 0 0 100 0 0
At first
15%
07.11.2011
cores.
you can easily see the load on the individual cores: One CPU is working hard (90 percent load), while the other is twiddling its thumbs (0.3 percent load).
Linux introduced support
15%
12.08.2015
for directives is pretty simple. For Fortran, the directive looks like:
!$acc directive [clause [, clause] ...]
In Fortran (from free-format Fortran90 onward), !
is a comment. For C, the directive looks like
15%
21.04.2016
in the mid-90s, after I obtained my degree in biochemistry and focused early on genomics and bioinformatics. Along this path I became enamored with the idea of open source software and changed my focus from
15%
17.05.2017
IF
86
87 ! Use an MPI barrier to make sure every thing is synched
88 CALL mpi_barrier(MPI_COMM_WORLD, IERR)
89
90 ! Setup file access property list with parallel i/o access.
91