-
-
Save elect86/7195748ea4e84c97e04213284f3bb421 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elect@elect-u9311x:~/Downloads/hpl-2.3$ make arch=linux -j $(nproc) | |
make -f Make.top startup_dir arch=linux | |
make -f Make.top refresh_src arch=linux | |
make[1]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
mkdir include/linux | |
make[1]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
cp makes/Make.auxil src/auxil/linux/Makefile | |
mkdir lib | |
cp: cannot create regular file 'src/auxil/linux/Makefile': No such file or directory | |
make[1]: [Make.top:101: refresh_src] Error 1 (ignored) | |
cp makes/Make.blas src/blas/linux/Makefile | |
mkdir: cannot create directory ‘lib’: File exists | |
make[1]: [Make.top:75: startup_dir] Error 1 (ignored) | |
mkdir lib/linux | |
cp: cannot create regular file 'src/blas/linux/Makefile': No such file or directory | |
make[1]: [Make.top:102: refresh_src] Error 1 (ignored) | |
cp makes/Make.comm src/comm/linux/Makefile | |
mkdir bin | |
cp: cannot create regular file 'src/comm/linux/Makefile': No such file or directory | |
mkdir: cannot create directory ‘bin’make[1]: [Make.top:103: refresh_src] Error 1 (ignored) | |
cp makes/Make.grid src/grid/linux/Makefile | |
: File exists | |
make[1]: [Make.top:77: startup_dir] Error 1 (ignored) | |
mkdir bin/linux | |
cp: cannot create regular file 'src/grid/linux/Makefile': No such file or directory | |
make[1]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make[1]: [Make.top:104: refresh_src] Error 1 (ignored) | |
cp makes/Make.panel src/panel/linux/Makefile | |
make -f Make.top startup_src arch=linux | |
cp: cannot create regular file 'src/panel/linux/Makefile': No such file or directory | |
make[1]: [Make.top:105: refresh_src] Error 1 (ignored) | |
cp makes/Make.pauxil src/pauxil/linux/Makefile | |
make[1]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top leaf le=src/auxil arch=linux | |
cp: cannot create regular file 'src/pauxil/linux/Makefile': No such file or directory | |
make[1]: [Make.top:106: refresh_src] Error 1 (ignored) | |
cp makes/Make.pfact src/pfact/linux/Makefile | |
cp: cannot create regular file 'src/pfact/linux/Makefile': No such file or directory | |
make[1]: [Make.top:107: refresh_src] Error 1 (ignored) | |
cp makes/Make.pgesv src/pgesv/linux/Makefile | |
make[2]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
( cd src/auxil ; mkdir linux ) | |
cp: cannot create regular file 'src/pgesv/linux/Makefile': No such file or directory | |
make[1]: [Make.top:108: refresh_src] Error 1 (ignored) | |
make[1]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top refresh_tst arch=linux | |
( cd src/auxil/linux ; \ | |
ln -s /home/elect/hpl/Make.linux Make.inc ) | |
make[1]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
cp makes/Make.matgen testing/matgen/linux/Makefile | |
make[2]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top leaf le=src/blas arch=linux | |
cp: cannot create regular file 'testing/matgen/linux/Makefile': No such file or directory | |
make[1]: [Make.top:111: refresh_tst] Error 1 (ignored) | |
cp makes/Make.timer testing/timer/linux/Makefile | |
make[2]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
( cd src/blas ; mkdir linux ) | |
cp: cannot create regular file 'testing/timer/linux/Makefile': No such file or directory | |
make[1]: [Make.top:112: refresh_tst] Error 1 (ignored) | |
cp makes/Make.pmatgen testing/pmatgen/linux/Makefile | |
cp: cannot create regular file 'testing/pmatgen/linux/Makefile': No such file or directory | |
make[1]: [Make.top:113: refresh_tst] Error 1 (ignored) | |
cp makes/Make.ptimer testing/ptimer/linux/Makefile | |
( cd src/blas/linux ; \ | |
ln -s /home/elect/hpl/Make.linux Make.inc ) | |
cp: cannot create regular file 'testing/ptimer/linux/Makefile': No such file or directory | |
make[1]: [Make.top:114: refresh_tst] Error 1 (ignored) | |
cp makes/Make.ptest testing/ptest/linux/Makefile | |
make[2]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top leaf le=src/comm arch=linux | |
cp: cannot create regular file 'testing/ptest/linux/Makefile': No such file or directory | |
make[1]: [Make.top:115: refresh_tst] Error 1 (ignored) | |
make[1]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make[2]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
( cd src/comm ; mkdir linux ) | |
( cd src/comm/linux ; \ | |
ln -s /home/elect/hpl/Make.linux Make.inc ) | |
make[2]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top leaf le=src/grid arch=linux | |
make[2]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
( cd src/grid ; mkdir linux ) | |
( cd src/grid/linux ; \ | |
ln -s /home/elect/hpl/Make.linux Make.inc ) | |
make[2]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top leaf le=src/panel arch=linux | |
make[2]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
( cd src/panel ; mkdir linux ) | |
( cd src/panel/linux ; \ | |
ln -s /home/elect/hpl/Make.linux Make.inc ) | |
make[2]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top leaf le=src/pauxil arch=linux | |
make[2]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
( cd src/pauxil ; mkdir linux ) | |
( cd src/pauxil/linux ; \ | |
ln -s /home/elect/hpl/Make.linux Make.inc ) | |
make[2]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top leaf le=src/pfact arch=linux | |
make[2]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
( cd src/pfact ; mkdir linux ) | |
( cd src/pfact/linux ; \ | |
ln -s /home/elect/hpl/Make.linux Make.inc ) | |
make[2]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top leaf le=src/pgesv arch=linux | |
make[2]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
( cd src/pgesv ; mkdir linux ) | |
( cd src/pgesv/linux ; \ | |
ln -s /home/elect/hpl/Make.linux Make.inc ) | |
make[2]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make[1]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top startup_tst arch=linux | |
make[1]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top leaf le=testing/matgen arch=linux | |
make[2]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
( cd testing/matgen ; mkdir linux ) | |
( cd testing/matgen/linux ; \ | |
ln -s /home/elect/hpl/Make.linux Make.inc ) | |
make[2]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top leaf le=testing/timer arch=linux | |
make[2]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
( cd testing/timer ; mkdir linux ) | |
( cd testing/timer/linux ; \ | |
ln -s /home/elect/hpl/Make.linux Make.inc ) | |
make[2]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top leaf le=testing/pmatgen arch=linux | |
make[2]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
( cd testing/pmatgen ; mkdir linux ) | |
( cd testing/pmatgen/linux ; \ | |
ln -s /home/elect/hpl/Make.linux Make.inc ) | |
make[2]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top leaf le=testing/ptimer arch=linux | |
make[2]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
( cd testing/ptimer ; mkdir linux ) | |
( cd testing/ptimer/linux ; \ | |
ln -s /home/elect/hpl/Make.linux Make.inc ) | |
make[2]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top leaf le=testing/ptest arch=linux | |
make[2]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
( cd testing/ptest ; mkdir linux ) | |
( cd testing/ptest/linux ; \ | |
ln -s /home/elect/hpl/Make.linux Make.inc ) | |
make[2]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make[1]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top refresh_src arch=linux | |
make[1]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
cp makes/Make.auxil src/auxil/linux/Makefile | |
cp makes/Make.blas src/blas/linux/Makefile | |
cp makes/Make.comm src/comm/linux/Makefile | |
cp makes/Make.grid src/grid/linux/Makefile | |
cp makes/Make.panel src/panel/linux/Makefile | |
cp makes/Make.pauxil src/pauxil/linux/Makefile | |
cp makes/Make.pfact src/pfact/linux/Makefile | |
cp makes/Make.pgesv src/pgesv/linux/Makefile | |
make[1]: Leaving directory '/home/elect/Downloads/hpl-2.3' | |
make -f Make.top refresh_tst arch=linux | |
make[1]: Entering directory '/home/elect/Downloads/hpl-2.3' | |
cp makes/Make.matgen testing/matgen/linux/Makefile | |
cp makes/Make.timer testing/timer/linux/Makefile | |
cp makes/Make.pmatgen testing/pmatgen/linux/Makefile | |
cp makes/Make.ptimer testing/ptimer/linux/Makefile | |
cp makes/Make.ptest testing/ptest/linux/Makefile | |
make[1]: Leaving directory '/home/elect/Downloads/hpl-2.3' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment