-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Failed on Ubuntu20.04 #20
Comments
Mei,
We will look into this and get back to you shortly.
Chris
From: Mei ***@***.***>
Sent: Saturday, December 17, 2022 10:59 AM
To: utcs-scea/altis ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [utcs-scea/altis] Build Failed on Ubuntu20.04 (Issue #20)
Hi, I'm trying to build Altis on my server and on docker container, but both encounter the same errors. The following descriptions only show a part of the error messages. here <https://gist.github.com/alice890308/e4e6172f7d5c5f1e1b88d97ed1ed35e4> contains the complete error messages
Environment
Ubuntu: 20.04
CUDA version: 11.8
Docker image: nvidia/cuda:11.8.0-devel-ubuntu20.04
cmake: 3.16
GPU: nvidia A100, sm number: 80
Error Messages
First I tried to run ./setup.sh and saw the following result
<https://user-images.githubusercontent.com/52403980/208251180-f72b2674-8d31-4575-a0b3-4bc07e32f281.png>
<https://user-images.githubusercontent.com/52403980/208251201-ddd58489-4817-45d6-8ca0-9da4d3fec04b.png>
Then I tried to understand the building process, so I checked here <https://github.com/utcs-scea/altis/wiki/Build> and applied these steps manually.
When running cmake -DCMAKE_CUDA_ARCHITECTURES=80 it shows the following message. But I'm not sure if this is important.
<https://user-images.githubusercontent.com/52403980/208251755-5a827a44-ef19-48c4-a6d8-dde7d1396f6d.png>
The fatal error occurred when running the last make command.
<https://user-images.githubusercontent.com/52403980/208251811-47a06f53-6e12-4ce7-9110-628945cdddcf.png>
Reproduce Steps
Run nvidia docker image
sudo nvidia-docker run -it nvidia/cuda:11.8.0-devel-ubuntu20.04 /bin/bash
Install git and cmake
apt-get update
apt-get install git cmake
Clone this repo
git clone https://github.com/utcs-scea/altis.git
run setup.sh or follow the build steps to build Altis.
Thanks for viewing my issue. Any reply is appreciated
—
Reply to this email directly, view it on GitHub <#20> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAJ6DSOQ6FWMP5H37PT45PDWNXWMBANCNFSM6AAAAAATCBDLDE> .
You are receiving this because you are subscribed to this thread. <https://github.com/notifications/beacon/AAJ6DSKHHK6EJBTP45GM22LWNXWMBA5CNFSM6AAAAAATCBDLDGWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHFS7VLGI.gif> Message ID: ***@***.*** ***@***.***> >
|
@alice890308 if you set |
@BDHU Hi! It shows the following messages.
Is this the complete make log you are looking for? Or would you like me to check anything else? |
@alice890308 Apologies for the late reply. Can you go into the
and
I've tested your setup with the exact same docker version and encountered no problem. However, I've only tested on SM61. Therefore, I suspect something has changed in the SM80 series. The above command allows us to see which specific For example, I noticed you failed to build the
This specific line:
is in charge of generating the So in your setup, it might look like this:
I would first watch for any missing flags or parameters. It's very likely CMake failed to generate some commands. |
Hi, I'm trying to build Altis on my server and on docker container, but both encounter the same errors. The following descriptions only show a part of the error messages. here contains the complete error messages
Environment
Ubuntu: 20.04
CUDA version: 11.8
Docker image: nvidia/cuda:11.8.0-devel-ubuntu20.04
cmake: 3.16
GPU: nvidia A100, sm number: 80
Error Messages
First I tried to run
./setup.sh
and saw the following resultThen I tried to understand the building process, so I checked here and applied these steps manually.
When running
cmake -DCMAKE_CUDA_ARCHITECTURES=80
it shows the following message. But I'm not sure if this is important.The fatal error occurred when running the last
make
command.Reproduce Steps
Run nvidia docker image
Install git and cmake
Clone this repo
run
setup.sh
or follow the build steps to build Altis.Thanks for viewing my issue. Any reply is appreciated
The text was updated successfully, but these errors were encountered: