32%
20.09.2021
barriers between operating systems.”
Black Lotus has identified a series of samples that were uploaded every two to three weeks, dating back to May 3, 2021, through August 22, 2021. The attacks were
31%
17.06.2017
of active Fortran code.
Fortran 90 took Fortran 77 from the dark ages by giving it new features that developers had wanted for many years and by deprecating old features – but this was only the start
31%
27.09.2021
ssh ubuntu@52.90.56.122; do sleep 1; done
ssh: connect to host 52.90.56.122 port 22: Connection refused
ssh: connect to host 52.90.56.122 port 22: Connection refused
[ output truncated ]
Welcome
30%
01.08.2012
compiler wrapper )"
puts stderr "\$MPIF77\t\t(path to mpif77 compiler wrapper )"
puts stderr "\$MPIF90\t\t(path to mpif90 compiler wrapper )"
puts stderr "\$CC\t\t(uses mpicc for compiling C
30%
25.01.2017
Fortran 90 took Fortran 77 from the dark ages by giving it new features that developers had wanted for many years and by deprecating old features – but this was only the start. Fortran 95 added new
30%
18.03.2020
.
The simple MPI used is the classic 2D Poisson equation solver, poisson_mpi
, which I procured from an online set of Fortran 90 examples.
HPCCM
HPC Container Maker (HPCCM) was used to create the specification
30%
21.03.2017
18 print "dset.shape = ",dset.shape
19
20 print "dset.dtype = ",dset.dtype
21
22 print "dset.name = ",dset.name
23
24 print "f.name = ",f.name
25
26 grp
30%
01.08.2012
++ )"
puts stderr "\$FC\t\t(uses openf90 for compiling F90 )"
puts stderr "\$F90\t\t(uses openf90 for compiling F90 )"
puts stderr "\$F95\t\t(uses openf95 for compiling F95 )"
puts stderr "\$F77
30%
18.10.2017
laytonjb@laytonjb-Lenovo-G50-45 ~]$ pgf90 test1.f90 -o test1
[laytonjb@laytonjb-Lenovo-G50-45 ~]$ ldd test1
linux-vdso.so.1 => (0x00007fff11dc8000)
libpgf90rtl.so => /opt/pgi/linux86
30%
01.08.2012
compiler wrapper )"
puts stderr "\$MPIF77\t\t(path to mpif77 compiler wrapper )"
puts stderr "\$MPIF90\t\t(path to mpif90 compiler wrapper )"
puts stderr "\$CC\t\t(uses mpicc for compiling C