You will need to retrieve five files from the /ECEnet/Apps1/Spec06 shared directory. This directory is mounted on any computer on the ECE network (e.g. remote.ece.neu.edu). First, copy the following files:
- cpu2006.tar.bz2: This is a large tarfile (aprox. 500MB) with the benchmark suite.
- cpu2006.tar.bz2.md5: This is the checksum for the tar file.
If you are working on a computer where /ECEnet is mounted, all you have to do is copy the files to your local directory:
$ cp /ECEnet/Apps1/Spec06/cpu2006.tar.* $HOME
If you are working on a computer where /ECEnet is NOT mounted, you can transfer the files using sftp. On Windows, you can use the SSH Secure File Transfer application which ultimately uses sftp. You will need an ECE account (ask you advisor if you don't have one).
$ sftp myusername@remote.ece.neu.edu
Connecting to remote.ece.neu.edu...
myusername@remote.ece.neu.edu's password:
sftp> cd /ECEnet/Apps1/Spec06
sftp> get cpu2006.tar.bz2
sftp> get cpu2006.tar.bz2.md5
sftp> quit