Parsec Fixed Download Ubuntu

0 views
Skip to first unread message

Siglinda Toepperwein

unread,
Jan 21, 2024, 4:18:26 AM1/21/24
to fosulcuphy

2 - Download DependenciesParsec requires these dependencies to be installed on your system, in order to be able to install Parsec.This is the list of the dependencies that you will need to install to be able to run Parsec without any issueslibaom0 libavcodec58 libavutil56 libcodec2 libswresample3 libvpx6 libwebp6 libx264-155 libx265-179For example, to download libavcodec58 open the link below simply click to "security.ubuntu.com/ubuntu" to download the deb file of the packageYou can download all other dependencies from the same repository, all you have to do is simply replace the name of the package on the link above, and follow the same procedure to download it.

- Download libavcodec58 - Download libaom0Step 3 - Install DependenciesOnce you have downloaded all the dependencies mentioned above, you can now install them one by one.To install these dependencies you can use the apt package managersudo apt install ./libavcodec58_4.2.7-0ubuntu0.1_amd64.debIf you try to install libavcodec58 without installing other packages first, you will get the following errorThe following packages have unmet dependencies: libavcodec58 : Depends: libaom0 (>= 1.0.0) but it is not installable Depends: libavutil56 (= 7:4.2.7-0ubuntu0.1) but it is not installable Depends: libswresample3 (= 7:4.2.7-0ubuntu0.1) but it is not installable Depends: libvpx6 (>= 1.6.0) but it is not installable Depends: libwebp6 (>= 0.5.1) but it is not installable Depends: libx264-155 but it is not installable Depends: libx265-179 (>= 3.2) but it is not installableE: Unable to correct problems, you have held broken packages.To fix this error, you need to install other dependencies first, and libavcodec58 should be installed last, this way you will be able to install all dependencies without issues.

parsec download ubuntu


Download Zip https://t.co/hO5H34cBQt



Step 4 - Install ParsecOnce you have installed all dependencies above, you can proceed to install Parsec. To install Parsec, launch terminal and run the command belowsudo apt install ./parsec-linux.debStep 5 - Launch ParsecTo launch Parsec from your terminal, you can do so by running the command belowparsecdYou can also launch Parsec from the Gnome menuParsec GUIConclusionIn this tutorial, you learned how to install Parsec and how to install all the required dependencies in order to be able to run Parsec on Debian 12.parsecdebian 12debian 12 bookwormno cover.read-next-titlefont-weight:700;font-size:46px;padding-bottom:63pxRead next.featured-read-next-post h3font-size:30px;margin-top:20px;margin-bottom:63px;font-weight:700;color:#fff!important;padding-left:7px;border-radius:3px;background-color:#363636;padding:38px;box-shadow:20px 20px 1px 1px #ff4545div.featured-read-next-postborder-bottom-style:solid;border-bottom-width:.5px;border-bottom-color:#f1f1f1.read-next-post h3font-size:30px;margin-top:20px;margin-bottom:63px;font-weight:700;padding-left:7px;color:#fff!important;border-radius:3px;background-color:#363636;padding:38px;box-shadow:20px 20px 1px 1px #ff4545.staff-picked-badgebackground-color:#f44336;color:#fff;padding:.5px;text-align:center;border-radius:5pxp.staff-picked-badgecolor:#424242;padding-left:10px;margin-top:30px.featured-read-next-postmargin-top:53px;margin-bottom:53pxsection.read-next-section .nextPicked by StaffHow to Install and Use KDE Connect on Linux MintPicked by StaffHow to upgrade Linux Mint 21.1 to Linux Mint 21.2Picked by StaffHow to upgrade Debian 11 "Bullseye" to Debian 12 "Bookworm"Picked by StaffHow to create a Windows VPS on HetznerHow to install Godot Game Engine on Ubuntu 22.04How to install CentOS Web Panel on CentOS 8How to redirect HTTP to HTTPS on NginxHow to run a Perl script on LinuxHow to install Proxmox VE on VirtualboxHow to install Cloudpanel on Ubuntu 22.04How to install LuaRocks on Linux

First, we need to create the main directory named parsec-tests (from where we will run everything) and turn it into a git repository.Through the use of parsec-tests git repo, we will try to keep track of changes in those files which are not included in any git repo otherwise.An example of such files is gem5 run and config scripts (config-parsec-tests).We want to make sure that we can keep record of any changes in these scripts, so that a particular run of PARSEC benchmarks can be associated with a particular snapshot of these files.We also need to add a git remote to this repo pointing to a remote location where we want this repo to be hosted.

We will follow the similar directory structure as discussed in Disk Images section.Add a folder named shared for config files which will be shared among all disk images (and will be kept to their defaults) and one folder named parsec which will contain files configured for PARSEC disk image. Add preseed.cfg and serial-getty@.service in shared/.

Next, we will add few other files in parsec/ which will be used for compilation of PARSEC inside the disk image and eventually running of these benchmarks with gem5.These files will be moved from host to the disk image using parsec.json file as we will soon see.

This post-installation.sh script (which is a script to run after Ubuntu is installed on the disk image) installs m5 and copies the contents of runscript.sh to .bashrc.Therefore, we need to add those things in runscript.sh which we want to execute as soon as the system boots up.Create runscript.sh in parsec/ and add following lines to it:

Next, we need to add gem5 run scripts. We will do that in a folder named configs-parsec-tests.Get the run script named run_parsec.py from here, and other system configuration files fromhere.The run script (run_parsec.py) takes the following arguments:

will this maybe work too with like kubuntu with alrdy installed kde plasma or parrot os etc. ? or need i to install without desktop envi, install it manually etc and follow documentation? sry for stupid question

f5d0e4f075
Reply all
Reply to author
Forward
0 new messages