memory_test
memory_test,
a Fortran90 code which
calls memory(), which
declares and uses a sequence of larger and larger arrays,
to see what the memory limits are on a given computer.
Licensing:
The information on this web page is distributed under the MIT license.
Related Data and Programs:
memory,
a Fortran90 code which
declares and uses a sequence of larger and larger arrays,
to see what the memory limits are on a given computer.
Source Code:
-
memory_test_aspen.txt,
a run of the program on Aspen, a SUN workstation,
up to LOG(N) = 27.
-
memory_test_chili.txt,
a run of the program on Chili, an ALPHA workstation,
up to LOG(N) = 27.
-
memory_test_class15.txt,
a run of the program on Class15, an ALPHA workstation,
up to LOG(N) = 27.
-
memory_test_g5.txt,
a run of the program on an Apple G5,
20 <= LOG(N) <= 27.
-
memory_test_phoenix.txt,
a run of the program on (one node of) Phoenix, a LINUX cluster,
up to LOG(N) = 26.
-
memory_test_quadrature.txt,
a run of the program on Quadrature, a LINUX workstation,
up to LOG(N) = 27.
Last revised on 30 July 2020.