Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
wfg
/
lkp-tests
/
refs/heads/master
/
.
/
pack
/
linpack
blob: 4c45e046ab1d2a33e273986ab55f3b991f4cb1ea [
file
]
#!/bin/bash
WEB_URL
=
"http://registrationcenter.intel.com/irc_nas/3914/l_lpk_p_11.1.2.005.tgz"
source_dir
=
"linpack_11.1.2"
build
()
{
:
}
install
()
{
cp
-
af benchmarks
/
linpack
/
xlinpack_xeon64 $BM_ROOT
cp
-
af benchmarks
/
linpack
/
runme_xeon64 $BM_ROOT
}