Skip to content

Commit

Permalink
1. Update test results for aarch64-unknown-linux-gnu, x86_64-apple-da…
Browse files Browse the repository at this point in the history
…rwin20.6.0,

x86_64-pc-linux-gnu, x86_64-pc-linux-gnu_inteloneapi and x86_64-w64-mingw32.
2. Update Dockerfiles accordingly.
  • Loading branch information
nakatamaho committed Jul 26, 2022
1 parent 6679db4 commit 2095425
Show file tree
Hide file tree
Showing 1,509 changed files with 5,050 additions and 45,545 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2022/07/26 Nakata Maho <[email protected]> 2.0.0
* tag 2.0.0
* Update test results for aarch64-unknown-linux-gnu, x86_64-apple-darwin20.6.0,
x86_64-pc-linux-gnu, x86_64-pc-linux-gnu_inteloneapi and x86_64-w64-mingw32.
* Update Dockerfiles accordingly.

2022/07/24 Nakata Maho <[email protected]> 2.0
* Fix double-double CLS (Ctest.in) by disabling gcc optimization mplapack/test/matgen/Claror.cpp. (#30)
* Correct fixes for Rgejsv, Cgejsv, Rgesvj and Cgesvj using dd/qd. Rlamch("O")s are replaced by
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile_CentOS7_AArch64
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN echo "[user]" >> /home/$DOCKER_USER/.gitconfig && \
echo "name = ${GIT_NAME}" >> /home/$DOCKER_USER/.gitconfig

RUN cd /home/$DOCKER_USER && echo "cd /home/$DOCKER_USER" >> .bashrc
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v1.9.9/mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v2.0.0/mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER/mplapack-2.0.0
ARG CXX="/opt/rh/devtoolset-9/root/usr/bin/g++"
ARG CC="/opt/rh/devtoolset-9/root/usr/bin/gcc"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile_CentOS7_amd64
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN echo "[user]" >> /home/$DOCKER_USER/.gitconfig && \
echo "name = ${GIT_NAME}" >> /home/$DOCKER_USER/.gitconfig

RUN cd /home/$DOCKER_USER && echo "cd /home/$DOCKER_USER" >> .bashrc
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v1.9.9/mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v2.0.0/mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER/mplapack-2.0.0
ARG CXX="/opt/rh/devtoolset-9/root/usr/bin/g++"
ARG CC="/opt/rh/devtoolset-9/root/usr/bin/gcc"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile_CentOS8
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN echo "[user]" >> /home/$DOCKER_USER/.gitconfig && \
echo "name = ${GIT_NAME}" >> /home/$DOCKER_USER/.gitconfig

RUN cd /home/$DOCKER_USER && echo "cd /home/$DOCKER_USER" >> .bashrc
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v1.9.9/mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v2.0.0/mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER/mplapack-2.0.0
ARG CXX="g++"
ARG CC="gcc"
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile_debian_bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN echo "${TZ}" > /etc/timezone \

RUN apt install -y build-essential gfortran python3
RUN apt install -y autotools-dev automake libtool
RUN apt install -y git wget time
RUN apt install -y git wget time parallel
RUN apt install -y ng-common ng-cjk emacs-nox
RUN sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1

Expand All @@ -33,8 +33,8 @@ RUN echo "\n\
" > /home/$DOCKER_USER/.gitconfig

RUN cd /home/$DOCKER_USER && echo "cd /home/$DOCKER_USER" >> .bashrc
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v1.9.9/mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v2.0.0/mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER/mplapack-2.0.0
ARG CXX="g++"
ARG CC="gcc"
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile_fable
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN apt install -y build-essential python3 gcc g++ gfortran
RUN apt install -y gcc-10 g++-10 gfortran-10
RUN apt install -y autotools-dev automake libtool
RUN apt install -y gdb valgrind libtool-bin
RUN apt install -y git wget ccache time pkg-config clangd clang-format unifdef octave
RUN apt install -y git wget ccache time parallel
RUN apt install -y pkg-config clangd clang-format unifdef octave
RUN apt install -y ng-common ng-cjk emacs-nox
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile_ubuntu18.04
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN echo "${TZ}" > /etc/timezone \

RUN apt install -y build-essential gfortran python3
RUN apt install -y autotools-dev automake libtool
RUN apt install -y git wget time
RUN apt install -y git wget time parallel
RUN apt install -y ng-common ng-cjk emacs-nox
RUN sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1

Expand All @@ -33,8 +33,8 @@ RUN echo "\n\
" > /home/$DOCKER_USER/.gitconfig

RUN cd /home/$DOCKER_USER && echo "cd /home/$DOCKER_USER" >> .bashrc
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v1.9.9/mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v2.0.0/mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER/mplapack-2.0.0
ARG CXX="g++"
ARG CC="gcc"
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile_ubuntu20.04
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN echo "${TZ}" > /etc/timezone \

RUN apt install -y build-essential gfortran python3
RUN apt install -y autotools-dev automake libtool
RUN apt install -y git wget time
RUN apt install -y git wget time parallel
RUN apt install -y ng-common ng-cjk emacs-nox
RUN sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1

Expand All @@ -33,8 +33,8 @@ RUN echo "\n\
" > /home/$DOCKER_USER/.gitconfig

RUN cd /home/$DOCKER_USER && echo "cd /home/$DOCKER_USER" >> .bashrc
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v1.9.9/mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v2.0.0/mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER/mplapack-2.0.0
ARG CXX="g++"
ARG CC="gcc"
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile_ubuntu20.04_inteloneapi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN echo "${TZ}" > /etc/timezone \

RUN apt install -y build-essential gfortran python3
RUN apt install -y autotools-dev automake libtool
RUN apt install -y git wget time
RUN apt install -y git wget time parallel
RUN apt install -y ng-common ng-cjk emacs-nox
RUN sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
Expand All @@ -41,8 +41,8 @@ RUN echo "\n\
SHELL ["/bin/bash", "-c"]
RUN cd /home/$DOCKER_USER && echo "cd /home/$DOCKER_USER" >> .bashrc
RUN cd /home/$DOCKER_USER && echo "source /opt/intel/oneapi/setvars.sh" >> /home/$DOCKER_USER/.bashrc
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v1.9.9/mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v2.0.0/mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0.tar.xz
ARG CXX="icpc"
ARG CC="icc"
ARG FC="ifort"
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile_ubuntu20.04_mingw64
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN echo "${TZ}" > /etc/timezone \

RUN apt install -y build-essential mingw-w64 gfortran-mingw-w64 python3
RUN apt install -y autotools-dev automake libtool
RUN apt install -y git wget time
RUN apt install -y git wget time parallel
RUN apt install -y ng-common ng-cjk emacs-nox
RUN sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1

Expand Down Expand Up @@ -47,8 +47,8 @@ ARG WINEPATH="/usr/x86_64-w64-mingw32/lib/;/usr/lib/gcc/x86_64-w64-mingw32/9.3-w
ARG WINEDEBUG="-all"

RUN cd /home/$DOCKER_USER && echo "cd /home/$DOCKER_USER" >> .bashrc
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v1.9.9/mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v2.0.0/mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER/mplapack-2.0.0
ARG CXX="x86_64-w64-mingw32-g++"
ARG CC="x86_64-w64-mingw32-gcc"
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile_ubuntu22.04
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN echo "${TZ}" > /etc/timezone \

RUN apt install -y build-essential gfortran python3
RUN apt install -y autotools-dev automake libtool
RUN apt install -y git wget time
RUN apt install -y git wget time parallel
RUN apt install -y ng-common ng-cjk emacs-nox
RUN sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1

Expand All @@ -33,8 +33,8 @@ RUN echo "\n\
" > /home/$DOCKER_USER/.gitconfig

RUN cd /home/$DOCKER_USER && echo "cd /home/$DOCKER_USER" >> .bashrc
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v1.9.9/mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0-alpha.tar.xz
RUN cd /home/$DOCKER_USER && wget https://github.com/nakatamaho/mplapack/releases/download/v2.0.0/mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER && tar xvfJ mplapack-2.0.0.tar.xz
RUN cd /home/$DOCKER_USER/mplapack-2.0.0
ARG CXX="g++"
ARG CC="gcc"
Expand Down
6 changes: 5 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@ mplapack/test/eig/nep.in \
mplapack/test/eig/se2.in \
mplapack/test/eig/sep.in \
mplapack/test/eig/svd.in \
mplapack/test/eig/test_eig_all.sh \
mplapack/test/eig/test_eig_all_mingw.sh \
mplapack/test/lin/Ctest.in \
mplapack/test/lin/Ctest_rfp.in \
mplapack/test/lin/Rtest.in \
mplapack/test/lin/Rtest_rfp.in
mplapack/test/lin/Rtest_rfp.in \
mplapack/test/lin/test_lin_all.sh \
mplapack/test/lin/test_lin_all_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
End of tests
Total time used = 0.00 seconds

0.01user 0.04system 0:00.05elapsed 96%CPU (0avgtext+0avgdata 23344maxresident)k
432inputs+8outputs (2major+5176minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
End of tests
Total time used = 0.00 seconds

0.02user 0.03system 0:00.06elapsed 98%CPU (0avgtext+0avgdata 23772maxresident)k
248inputs+8outputs (1major+5185minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ The following parameter values will be used:


End of tests
Total time used = 4.00 seconds
Total time used = 3.00 seconds

3.05user 0.81system 0:03.90elapsed 99%CPU (0avgtext+0avgdata 24488maxresident)k
1048inputs+8outputs (5major+5189minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@


End of tests
Total time used = 1.00 seconds
Total time used = 2.00 seconds

1.18user 0.03system 0:01.23elapsed 99%CPU (0avgtext+0avgdata 25800maxresident)k
816inputs+8outputs (3major+5230minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,7 @@ The following parameter values will be used:


End of tests
Total time used = 39.00 seconds
Total time used = 43.00 seconds

43.41user 0.15system 0:43.80elapsed 99%CPU (0avgtext+0avgdata 26712maxresident)k
0inputs+16outputs (0major+5210minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
End of tests
Total time used = 0.00 seconds

0.03user 0.03system 0:00.07elapsed 98%CPU (0avgtext+0avgdata 24740maxresident)k
248inputs+8outputs (1major+5399minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
End of tests
Total time used = 0.00 seconds

0.04user 0.02system 0:00.07elapsed 98%CPU (0avgtext+0avgdata 23784maxresident)k
0inputs+8outputs (0major+5194minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,7 @@ The following parameter values will be used:


End of tests
Total time used = 39.00 seconds
Total time used = 43.00 seconds

41.93user 1.06system 0:43.20elapsed 99%CPU (0avgtext+0avgdata 26600maxresident)k
472inputs+24outputs (1major+5214minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ The following parameter values will be used:
End of tests
Total time used = 16.00 seconds

15.73user 0.57system 0:16.37elapsed 99%CPU (0avgtext+0avgdata 24636maxresident)k
0inputs+8outputs (0major+5194minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ The following parameter values will be used:
End of tests
Total time used = 2.00 seconds

2.01user 0.13system 0:02.16elapsed 99%CPU (0avgtext+0avgdata 24948maxresident)k
256inputs+8outputs (1major+5200minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ The following parameter values will be used:


End of tests
Total time used = 80.00 seconds
Total time used = 97.00 seconds

94.51user 1.28system 1:36.28elapsed 99%CPU (0avgtext+0avgdata 26564maxresident)k
16inputs+24outputs (1major+5208minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ The following parameter values will be used:


End of tests
Total time used = 4.00 seconds
Total time used = 6.00 seconds

5.58user 0.40system 0:06.04elapsed 99%CPU (0avgtext+0avgdata 24492maxresident)k
0inputs+8outputs (0major+5192minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ The following parameter values will be used:
End of tests
Total time used = 2.00 seconds

2.17user 0.05system 0:02.23elapsed 99%CPU (0avgtext+0avgdata 24620maxresident)k
0inputs+8outputs (0major+5192minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ The following parameter values will be used:
End of tests
Total time used = 5.00 seconds

5.02user 0.06system 0:05.11elapsed 99%CPU (0avgtext+0avgdata 24676maxresident)k
0inputs+8outputs (0major+5194minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ The following parameter values will be used:


End of tests
Total time used = 4.00 seconds
Total time used = 5.00 seconds

4.85user 0.06system 0:04.94elapsed 99%CPU (0avgtext+0avgdata 25060maxresident)k
0inputs+8outputs (0major+5201minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ The following parameter values will be used:


End of tests
Total time used = 1.00 seconds
Total time used = 2.00 seconds

2.07user 0.08system 0:02.19elapsed 98%CPU (0avgtext+0avgdata 24684maxresident)k
0inputs+8outputs (0major+5194minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ The following parameter values will be used:


End of tests
Total time used = 83.00 seconds
Total time used = 95.00 seconds

93.99user 0.44system 1:34.93elapsed 99%CPU (0avgtext+0avgdata 24980maxresident)k
0inputs+24outputs (0major+5199minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ The following parameter values will be used:


End of tests
Total time used = 87.00 seconds
Total time used = 97.00 seconds

95.01user 0.48system 1:36.12elapsed 99%CPU (0avgtext+0avgdata 26472maxresident)k
0inputs+24outputs (0major+5221minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ The following parameter values will be used:


End of tests
Total time used = 143.00 seconds
Total time used = 157.00 seconds

156.32user 0.60system 2:37.16elapsed 99%CPU (0avgtext+0avgdata 26472maxresident)k
0inputs+40outputs (0major+5216minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@ The following parameter values will be used:


End of tests
Total time used = 1525.00 seconds
Total time used = 1826.00 seconds

1817.62user 2.91system 30:26.26elapsed 99%CPU (0avgtext+0avgdata 26792maxresident)k
0inputs+48outputs (0major+5214minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
End of tests
Total time used = 0.00 seconds

0.02user 0.03system 0:00.09elapsed 61%CPU (0avgtext+0avgdata 23764maxresident)k
512inputs+8outputs (2major+5208minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
End of tests
Total time used = 0.00 seconds

0.03user 0.02system 0:00.06elapsed 92%CPU (0avgtext+0avgdata 25392maxresident)k
256inputs+8outputs (1major+5214minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ The following parameter values will be used:


End of tests
Total time used = 2.00 seconds
Total time used = 3.00 seconds

1.48user 0.79system 0:02.30elapsed 98%CPU (0avgtext+0avgdata 25628maxresident)k
1232inputs+8outputs (5major+5216minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
End of tests
Total time used = 0.00 seconds

0.57user 0.02system 0:00.61elapsed 99%CPU (0avgtext+0avgdata 25868maxresident)k
1056inputs+8outputs (6major+5267minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,5 @@ The following parameter values will be used:
End of tests
Total time used = 13.00 seconds

12.22user 0.12system 0:12.40elapsed 99%CPU (0avgtext+0avgdata 26116maxresident)k
328inputs+8outputs (1major+5244minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
End of tests
Total time used = 0.00 seconds

0.03user 0.03system 0:00.07elapsed 98%CPU (0avgtext+0avgdata 25756maxresident)k
216inputs+8outputs (1major+5428minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
End of tests
Total time used = 0.00 seconds

0.04user 0.03system 0:00.07elapsed 97%CPU (0avgtext+0avgdata 25200maxresident)k
0inputs+8outputs (0major+5224minor)pagefaults 0swaps
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,7 @@ The following parameter values will be used:


End of tests
Total time used = 14.00 seconds
Total time used = 16.00 seconds

15.01user 0.95system 0:16.07elapsed 99%CPU (0avgtext+0avgdata 26540maxresident)k
768inputs+16outputs (1major+5252minor)pagefaults 0swaps
Loading

0 comments on commit 2095425

Please sign in to comment.