-
Notifications
You must be signed in to change notification settings - Fork 95
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 on Linux #2
Comments
And add build instructions to the documentation. |
In the guide you just talk about Windows ... do you think it is feasible/simple to compile the code in Linux (I have Debian or CentOS with already cuda and python up and running)? |
Have a look at the fork of Ingmar Rieger, here: https://github.com/irieger/Gpufit |
Hi! I have 2 question now:
EDIT: I found an answer for the second issue
--> I made a pull request to the fork of Ingmar Rieger. If you want, give it a look and check if you can merge it with the main one. I didn't check the differences of the fork of Ingmar Rieger with the master, but I tried to keep my changes able to work also for the windows version. |
I'm in the process of making Gpufit run on Linux. I copy from the forks of Ingmar Rieger and Michele Scipioni and acknowledge their contributions, but do not pull commits directly because partly they are doing other stuff that is not needed and I can test on Windows and Linux at the same time. See 2a85a80 and before and after. |
If you want you can check my current pull request (without accepting it). |
Thanks, I will do this. |
Depends on #36 |
Depends on #38 |
Since 5bf8ecf the project builds on Linux and the tests as well as the performance comparison run successfully. There is documentation about the Linux build. Still to do:
|
The project compiles and runs on Linux well but we never produced binary releases for Linux and probably never will. Therefore Linux is fully supported. |
Cleaned up some code and progressed a bit on the additional models.
More test enviornments, updated find python
For example with Ubuntu 16.10 (https://packages.ubuntu.com/yakkety/nvidia-cuda-toolkit)
The text was updated successfully, but these errors were encountered: