Skip to content
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

Cannot compile JIDT for GPU #101

Open
R0815DD opened this issue Jun 25, 2024 · 1 comment
Open

Cannot compile JIDT for GPU #101

R0815DD opened this issue Jun 25, 2024 · 1 comment

Comments

@R0815DD
Copy link

R0815DD commented Jun 25, 2024

I tried to compile JIDT for my GPU (NVIDIA GeForce MX550). Cuda is installed and ant build works without errors. However, when I try ant gpu I get the following error:

[correct path JIDT toolbox]> ant gpu
ANT_OPTS is set to  -Djava.security.manager=allow
Buildfile: [correct path JIDT toolbox]\build.xml

init:

gpu:

BUILD FAILED
[correct path JIDT toolbox]\build.xml:194: Execute failed: java.io.IOException: Cannot run program "make" 
(in directory [correct path JIDT toolbox]\cuda"): CreateProcess error=2, Das System kann die angegebene 
Datei nicht finden (english: Cannot find the specified file)

I assume that in \cuda there should be a file named 'make', however I can't find such a file in the repository history nor was it named differently in the history of 'build.xml' Do you have any ideas what I need to fix to compile JIDT for GPU? Thanks in advance.

@pmediano
Copy link
Collaborator

Hello! Make is a build tool by GNU that runs commands specified by a file called Makefile. As far as I can see, the Makefile is in the cuda/ folder, so it should work without any issues. Could you double-check you have make installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants