I think I figured out what was going with Docker. I was confused on one of the 
instructions. I pulled the gem5 code in, using git (with the recursive flag 
set). This was done on a new VM system (A ubuntu 22.04 version). I then moved 
to the docker directory under gem5-bootcamp-env. After I typed make, I 
eventually got an error because the system tried to find a Ubuntu 20.04 file. 
Does this system require Ubuntu 20.04? The Docker system is 22.04.

The docker command that I ran seems to only provide a gem5 directory and not a 
gem5-bootcamp-env directory. Is that a different command that I need to issue:

$ docker run -u $UID:$GID --volume /home/besernd1/gem5-bootcamp-env --rm -it 
gcr.io/gem5-test/gem5-tutorial-env:latest

Nick

Here is the terminal output from the make.

cd docker
besernd1-a@besernd1-vm6:~/gem5-bootcamp-env/docker$ ls -l
total 20
-rw-rw-r-- 1 besernd1-a besernd1-a 1011 Jun 12 21:15 Dockerfile
-rw-rw-r-- 1 besernd1-a besernd1-a  517 Jun 12 21:15 Dockerfile-builder
drwxrwxr-x 2 besernd1-a besernd1-a 4096 Jun 12 21:15 gnu-cross-compilers
-rw-rw-r-- 1 besernd1-a besernd1-a 1548 Jun 12 21:15 Makefile
-rw-rw-r-- 1 besernd1-a besernd1-a 1906 Jun 12 21:15 README.md
besernd1-a@besernd1-vm6:~/gem5-bootcamp-env/docker$ make
docker pull gcr.io/gem5-test/gem5-tutorial-env:latest
latest: Pulling from gem5-test/gem5-tutorial-env
Digest: sha256:bc1375eb97d904c53d3c4e00074e0201b4801a9d4f893b47966aa568d79103f6
Status: Image is up to date for gcr.io/gem5-test/gem5-tutorial-env:latest
gcr.io/gem5-test/gem5-tutorial-env:latest
docker pull gcr.io/gem5-test/gem5-builder:latest
latest: Pulling from gem5-test/gem5-builder
7c3b88808835: Pull complete
472cfb9f6517: Pull complete
81befa421584: Pull complete
3b861e2853ad: Pull complete
c11fc0b1dfc0: Pull complete
299a6abde706: Pull complete
0005368e26bf: Pull complete
45d401d44474: Pull complete
65870ad90d29: Pull complete
Digest: sha256:40735e0c42b092b23b5d5f830406d0b1afd8d095ace57d2aa875648eafa5f6f4
Status: Downloaded newer image for gcr.io/gem5-test/gem5-builder:latest
gcr.io/gem5-test/gem5-builder:latest
docker build . -f Dockerfile-builder -t gcr.io/gem5-test/gem5-builder:latest
[+] Building 0.2s (3/3) FINISHED
 => [internal] load build definition from Dockerfile-builder               0.0s
=> => transferring dockerfile: 564B                                       0.0s
=> [internal] load .dockerignore                                          0.0s
=> => transferring context: 2B                                            0.0s
=> ERROR [internal] load metadata for gcr.io/gem5-test/ubuntu-20.04_all-  0.1s
------
> [internal] load metadata for 
> gcr.io/gem5-test/ubuntu-20.04_all-dependencies:stable:
------ls
Dockerfile-builder:1
--------------------
   1 | >>> FROM gcr.io/gem5-test/ubuntu-20.04_all-dependencies:stable
   2 |
   3 |     RUN apt -y update
--------------------
ERROR: failed to solve: gcr.io/gem5-test/ubuntu-20.04_all-dependencies:stable: 
gcr.io/gem5-test/ubuntu-20.04_all-dependencies:stable: not found
make: *** [Makefile:10: builder] Error 1
besernd1-a@besernd1-vm6:~/gem5-bootcamp-env/docker$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:        Ubuntu 22.04.2 LTS
Release:               22.04
Codename:         jammy

From: Beser, Nicholas D. via gem5-users <gem5-users@gem5.org>
Sent: Monday, June 12, 2023 3:19 PM
To: Jason Lowe-Power <ja...@lowepower.com>; The gem5 Users mailing list 
<gem5-users@gem5.org>
Cc: Bobby Bruce <bbr...@ucdavis.edu>; Ayaz Akram <yazak...@ucdavis.edu>; Thiago 
Rodrigues <thiagor...@gmail.com>; Beser, Nicholas D. <nick.be...@jhuapl.edu>
Subject: [gem5-users] Re: [EXT] Re: Question about running the hpca-2023 
tutorial

APL external email warning: Verify sender 
gem5-users-bounces+nick.beser=jhuapl....@gem5.org<mailto:gem5-users-bounces+nick.beser=jhuapl....@gem5.org>
 before clicking links or attachments



Your correct, that was a typo. The clipboard copy was disabled on the VM 
system. I was able to load the gem5 via docker, but it is not clear where the 
code was loaded to. It did not create a directory gem5-bootcamp-env. As far as 
I can tell it is not in my home directory. Is there a default directory where 
the code will be loaded to?

Nick

From: Jason Lowe-Power <ja...@lowepower.com<mailto:ja...@lowepower.com>>
Sent: Monday, June 12, 2023 1:52 PM
To: The gem5 Users mailing list 
<gem5-users@gem5.org<mailto:gem5-users@gem5.org>>
Cc: Bobby Bruce <bbr...@ucdavis.edu<mailto:bbr...@ucdavis.edu>>; Ayaz Akram 
<yazak...@ucdavis.edu<mailto:yazak...@ucdavis.edu>>; Thiago Rodrigues 
<thiagor...@gmail.com<mailto:thiagor...@gmail.com>>; Beser, Nicholas D. 
<nick.be...@jhuapl.edu<mailto:nick.be...@jhuapl.edu>>
Subject: Re: [gem5-users] Re: [EXT] Re: Question about running the hpca-2023 
tutorial

APL external email warning: Verify sender 
ja...@lowepower.com<mailto:ja...@lowepower.com> before clicking links or 
attachments



Hi Nick,

I think you have a typo. It's `gcr.io<http://gcr.io>` as in "google container 
registry." I believe you have an "e" instead of a "c" in your URL.

Cheers,
Jason

On Sat, Jun 10, 2023 at 7:52 AM Beser, Nicholas D. via gem5-users 
<gem5-users@gem5.org<mailto:gem5-users@gem5.org>> wrote:
Bobby,

I tried your recommendation for docker and got an error:

$ docker pull 
ger.io/gem5-test/gem5-tutorial-env:latestError<http://ger.io/gem5-test/gem5-tutorial-env:latestError>
 response from daemon: Get "https://ger.io/v2/": tls: failed to verify 
certificate: x509: certificate is valid for *.github.com<http://github.com>, 
github.com<http://github.com>, not ger.io<http://ger.io>

I have confirmed that I have docker installed and running. Is there a 
certificate procedure for get.io<http://get.io>?

Nick

From: Bobby Bruce <bbr...@ucdavis.edu<mailto:bbr...@ucdavis.edu>>
Sent: Friday, June 9, 2023 12:00 PM
To: Beser, Nicholas D. <nick.be...@jhuapl.edu<mailto:nick.be...@jhuapl.edu>>
Cc: The gem5 Users mailing list 
<gem5-users@gem5.org<mailto:gem5-users@gem5.org>>; Ayaz Akram 
<yazak...@ucdavis.edu<mailto:yazak...@ucdavis.edu>>; Thiago Rodrigues 
<thiagor...@gmail.com<mailto:thiagor...@gmail.com>>
Subject: Re: [gem5-users] [EXT] Re: Question about running the hpca-2023 
tutorial

APL external email warning: Verify sender 
bbr...@ucdavis.edu<mailto:bbr...@ucdavis.edu> before clicking links or 
attachments



Hey Nick,

The GUI work was basically just a prototype. We had ambitions to properly 
incorporate it into the project but we lacked the resources to do so. It should 
really be archived until someone wants to revive it. So I’m not surprised it 
doesn’t work. We don’t recommend using it.

The RELEASE-NOTES.md file, in the root of the gem5 repository 
(https://gem5.googlesource.com/public/gem5/+/refs/heads/stable/RELEASE-NOTES.md)
 should highlight all the major changes introduced in gem5 released. API 
changes should be noted there.

A VM should work fine, but if you want to try something more light-weight, you 
could use Docker. The Docker image for the container we ran the Bootcamp in, 
via Codespaces, is 
gcr.io/gem5-test/gem5-tutorial-env:latest<http://gcr.io/gem5-test/gem5-tutorial-env:latest>.
 So all you need to do is:

```
docker pull 
gcr.io/gem5-test/gem5-tutorial-env:latest<http://gcr.io/gem5-test/gem5-tutorial-env:latest>
docker run -u $UID:$GID —volume <gem5 directory>:/gem5 —rm -it 
gcr.io/gem5-test/gem5-tutorial-env:latest<http://gcr.io/gem5-test/gem5-tutorial-env:latest>
# from here you’re in the docker container and the gem5 repo is mounted to 
“/gem5”
```

(The sources for this docker image is in the Bootcamp repo, here: 
https://github.com/gem5bootcamp/gem5-bootcamp-env/tree/main/docker).

Kind regards,
Bobby

--
Dr. Bobby R. Bruce
Room 3050,
Kemper Hall, UC Davis
Davis,
CA, 95616

web: https://www.bobbybruce.net

On Jun 9, 2023, at 6:08 AM, Beser, Nicholas D. 
<nick.be...@jhuapl.edu<mailto:nick.be...@jhuapl.edu>> wrote:

Bobby,

Thank you for your reply. I am making my way through the Bootcamp 2022 videos 
and slides. So far everything seems to be working. I had already planned to use 
visual studio code as a student interface for GPU programming with the Jetson 
Orin Nano systems, so I will try to use that with the gem5 programming 
exercises. I have gem5 running on a VM system for my initial checkout, and we 
try to port it to the Jetson for the class.

Is there a change document that describes the API changes? I will take a look 
at the Obtain resources to make sure my examples are current. I don’t recall 
seeing anything odd yet.

I will have a challenge getting a week of viewgraphs down to two lectures, but 
my plan is to have a basic tutorial, a lecture on concurrency and coherence. 
and three discussion forums that will allow the student experiment and generate 
studies. This is an on line class, and I am integrating gem5 into a basic 
outline that follows Patterson and Hennessy’s book on Computer Architecture (A 
quantitative approach).

I think the only part of Gem5 that I could not get working was the GUI work. I 
don’t think it has been updated.

Nick

From: Bobby Bruce <bbr...@ucdavis.edu<mailto:bbr...@ucdavis.edu>>
Sent: Thursday, June 8, 2023 9:07 PM
To: The gem5 Users mailing list 
<gem5-users@gem5.org<mailto:gem5-users@gem5.org>>
Cc: Ayaz Akram <yazak...@ucdavis.edu<mailto:yazak...@ucdavis.edu>>; Thiago 
Rodrigues <thiagor...@gmail.com<mailto:thiagor...@gmail.com>>; Beser, Nicholas 
D. <nick.be...@jhuapl.edu<mailto:nick.be...@jhuapl.edu>>
Subject: Re: [gem5-users] [EXT] Re: Question about running the hpca-2023 
tutorial

APL external email warning: Verify sender 
bbr...@ucdavis.edu<mailto:bbr...@ucdavis.edu> before clicking links or 
attachments



Sorry for a very late reply, but for the sake of clarification:

Yes, I believe you should have cloned the bootcamp 2022 recurisively. I think 
both the issues highlighted in this thread were due to running a newer version 
of gem5 on top of older config scripts and resources which used the older API.

There wasn’t much that went wrong when we used the 2022 Bootcamp repo with a 
class of 50 last year. There may be bugs but I don’t think anything should be 
glaringly broken. I think we did the gem5 Bootcamp with v22.0 of gem5, and 
v22.1 was released in December of last year, so be careful. There were quite a 
few API chances between these released. The “Obtain_resources” change was 
definitely one.

I’m sorry for all the trouble your having with it. If you run into any 
additional problems please reach out to me directly.

--
Dr. Bobby R. Bruce
Room 3050,
Kemper Hall, UC Davis
Davis,
CA, 95616

web: https://www.bobbybruce.net<https://www.bobbybruce.net/>

On Jun 2, 2023, at 6:02 PM, Beser, Nicholas D. via gem5-users 
<gem5-users@gem5.org<mailto:gem5-users@gem5.org>> wrote:

I installed gem5 prior to downloading the gem5-tutorial-codespace. Is the 
correct procedure git clone –recursive 
https://github.com/gem5-hpca-2023/gem5-tutorial-codespace? Should I have done 
that with the bootcamp 2022?

I use git to manage my class archive, but I normally keep it very simple.

Nick

From: Ayaz Akram <yazak...@ucdavis.edu<mailto:yazak...@ucdavis.edu>>
Sent: Friday, June 2, 2023 6:29 PM
To: The gem5 Users mailing list 
<gem5-users@gem5.org<mailto:gem5-users@gem5.org>>
Cc: Thiago Rodrigues <thiagor...@gmail.com<mailto:thiagor...@gmail.com>>; 
Beser, Nicholas D. <nick.be...@jhuapl.edu<mailto:nick.be...@jhuapl.edu>>
Subject: Re: [gem5-users] Re: [EXT] Re: Question about running the hpca-2023 
tutorial

APL external email warning: Verify sender 
yazak...@ucdavis.edu<mailto:yazak...@ucdavis.edu> before clicking links or 
attachments


Hi everyone,

The examples from the tutorial repo 
(https://github.com/gem5-hpca-2023/gem5-tutorial-codespace) seem to work for me 
with the gem5/gem5-resources versions checked out in that repo. I basically 
cloned the entire repo using the --recursive flag. If you are using a different 
version of gem5, my guess is that your scripts might need to be updated because 
of changes in the standard library.

-Ayaz


On Fri, Jun 2, 2023 at 12:28 PM Beser, Nicholas D. via gem5-users 
<gem5-users@gem5.org<mailto:gem5-users@gem5.org>> wrote:
Thiago,

I have had better luck working through the gem5 bootcamp 2022. I have run into 
some odd issues that I would love to compare notes with someone who knows the 
gem5 system. Some of the errors have to do with the directory organization of 
the gem5-bootcamp-env code from the github. I am running into python errors 
that suggest that the code is not able to find the python files. As an example 
when I run:

build/X86/gem5.opt 
/home/besernd1/gem5-bootcamp-env/materials/using-gem5/02-stdlib/complete/hello-world-with-unique-cache.py

I had to make some changes in the unique_cache_hierarchy_complete.py file 
because the python code could not see liCache.py. When I tried to run the 
hello-world example, it still does not see the python file. I also have to 
explicitly define the path to the customResource file, because it does not 
understand the abbreviated directory path provided.

I also ran into a problem with some of the earlier examples. I had to add a 
line in front of the m5.instantiate():

    board._pre_instantiate()
    m5.instantiate()

This was not necessary in later examples fro 02-stdlib.

Part of the problem has to do with the tutorial and bootcamp using the 
codespaces. I think we need clear instructions on how to do those examples with 
the basic gem5 installation.

Nick
From: Thiago Rodrigues via gem5-users 
<gem5-users@gem5.org<mailto:gem5-users@gem5.org>>
Sent: Thursday, June 1, 2023 11:13 AM
To: The gem5 Users mailing list 
<gem5-users@gem5.org<mailto:gem5-users@gem5.org>>
Cc: Thiago Rodrigues <thiagor...@gmail.com<mailto:thiagor...@gmail.com>>
Subject: [EXT] [gem5-users] Re: Question about running the hpca-2023 tutorial

APL external email warning: Verify sender 
gem5-users-bounces+nick.beser=jhuapl....@gem5.org<mailto:gem5-users-bounces+nick.beser=jhuapl....@gem5.org>
 before clicking links or attachments


Hello, same problem here.

I am using the Ubuntu 22.04 LTS and the latest gem5 stable version. I followed 
the HPCA(23) video tutorial and even used the available git codespace.

I removed the "resource" related code lines and used a variable  -> binary = 
"path_to_the_benchmark" <- to set the benchmark, and another error occurred: 
"Attribute_Error: 'str' object has no attribute 'get_local_path' in the" -> 
'(86) set_se_binary_workload.py' -< file

After that I used the get_started scripts (part 1) and the benchmark worked 
just fine.

The new Python API is very friendly but I could not use it.

Em qua., 31 de mai. de 2023 às 10:31, Beser, Nicholas D. via gem5-users 
<gem5-users@gem5.org<mailto:gem5-users@gem5.org>> escreveu:
I was reviewing the tutorial with the hope that I could setup something similar 
for a class that I am teaching at Johns Hopkins Whiting School of Engineering. 
Is there a way of running this locally on my linux system. I have gem5 
installed, and it runs the basic routines described in the getting started 
documentation. When I try to run the tutorial I get the following error:

~/gem5$ build/X86/gem5.opt ../gem5-tutorial-codespace/materials/hello-world.py
gem5 Simulator System.  https://www.gem5.org<https://www.gem5.org/>
gem5 is copyrighted software; use the --copyright option for details.

gem5 version 22.1.0.0
gem5 compiled May 30 2023 13:05:58
gem5 started May 31 2023 09:12:10
gem5 executing on besernd1-vm5, pid 862230
command line: build/X86/gem5.opt 
../gem5-tutorial-codespace/materials/hello-world.py

ImportError: cannot import name 'obtain_resource' from 
'gem5.resources.resource' (unknown location)

At:
  ../gem5-tutorial-codespace/materials/hello-world.py(6): <module>
  build/X86/python/m5/main.py(597): main

The github link: https://github.com/gem5-hpca-2023/gem5-tutorial-codespace does 
not give precise instructions on integrating any changes required back into 
gem5. I was wondering if there was a clearer procedure.

Thank-you,

Nick Beser
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org<mailto:gem5-users@gem5.org>
To unsubscribe send an email to 
gem5-users-le...@gem5.org<mailto:gem5-users-le...@gem5.org>


--
Me. Thiago R. B. S Soares
Professor do Instituto Federal do Piauí - IFPI
Campus São Raimundo Nonato
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org<mailto:gem5-users@gem5.org>
To unsubscribe send an email to 
gem5-users-le...@gem5.org<mailto:gem5-users-le...@gem5.org>
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org<mailto:gem5-users@gem5.org>
To unsubscribe send an email to 
gem5-users-le...@gem5.org<mailto:gem5-users-le...@gem5.org>

_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org<mailto:gem5-users@gem5.org>
To unsubscribe send an email to 
gem5-users-le...@gem5.org<mailto:gem5-users-le...@gem5.org>
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to