pakmarkthub / dragon

A host-based framework that transparently extends the GPU addressable global memory space beyond the host memory using NVM-backed data pointers
https://ft.ornl.gov/research/dragon
MIT License
58 stars 20 forks source link

Some issues about dragon #4

Closed weishuo2 closed 4 years ago

weishuo2 commented 4 years ago

When I try to run the following command: ../scripts/prepare-dragon-driver nvidia-uvm-.patch NVIDIA-Linux-x86_64-

I encountered some problems,as shown in the screenshot.And I can't find the declaration of the variable in all the given files. Could you give me some suggestions?Thank you very much and looking forward to hearing from you. image image image

pakmarkthub commented 4 years ago

Can you give me the output from uname -a?

weishuo2 commented 4 years ago

weisuo@mic:~/dragon/drivers$ uname -a Linux mic 4.13.0-39-generic #44~16.04.1-Ubuntu SMP Thu Apr 5 16:43:10 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

------------------ 原始邮件 ------------------ 发件人: "notifications"<notifications@github.com>; 发送时间: 2019年12月4日(星期三) 上午9:27 收件人: "pakmarkthub/dragon"<dragon@noreply.github.com>; 抄送: "魏硕"<2411602273@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [pakmarkthub/dragon] Some issues about dragon (#4)

Can you give me the output from uname -a?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

weishuo2 commented 4 years ago

weisuo@mic:~/dragon/drivers$ uname -a Linux mic 4.13.0-39-generic #44~16.04.1-Ubuntu SMP Thu Apr 5 16:43:10 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

pakmarkthub commented 4 years ago

DRAGON needs Linux kernel version 3.10 or above but below 4.0. There are some changes in data structures and APIs from 3.x to 4.x in Linux kernel. The compilation errors come from that.