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

Windows port #2

Open
GoogleCodeExporter opened this issue Sep 22, 2015 · 0 comments
Open

Windows port #2

GoogleCodeExporter opened this issue Sep 22, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Compilation on Windows

What is the expected output? What do you see instead?
Expected errors related to posix 
Observed cuda code errors

What version of the product are you using? On what operating system?
chmm 0.01
Windows 7 64 bit 
CUDA 3.2
Visual Studio 2008

I decided to port this usefull software to Windows.
I expected some problems related to unistd.h and some posix functions.
However, I also got the CUDA errors about variable length arrays:
hmm.cu(374): error: expression must have a constant value
hmm.cu(446): error: identifier "INFINITY" is undefined

I can dynamically allocate array.
But since this code was correct, maybe there is a way to make it working on 
windows.

Original issue reported on code.google.com by [email protected] on 31 Mar 2011 at 8:41

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

No branches or pull requests

1 participant