blob: 3a885068a939307baf780f20f861dcac0098b89c [file] [log] [blame]
#!/bin/sh
# Copyright (c) 2020 The Regents of the University of California.
# SPDX-License-Identifier: BSD 3-Clause
# install build-essential (gcc and g++ included) and gfortran
#Compile NPB
echo "12345" | sudo apt-get install build-essential gfortran
cd /home/gem5/NPB3.3-OMP/
mkdir bin
make suite HOOKS=1