-
Notifications
You must be signed in to change notification settings - Fork 85
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
Running SISSO on Windows #38
Comments
It looks like the stack size of the compiler is set too low. If you are using Visual Studio you can set this via -F or -STACK and the stack size in bytes. For example: |
thanks a lot |
Thanks Jonathan ! Will take care of that in future releases. |
The current version v3.0.2 of SISSO has multiple system calls that are not available on Windows. Therefore SISSO won't run on Windows machines. It might be possible to use built-in Fortran functions rather than using system calls in future releases.
In the meantime if you want to run SISSO on a Windows machine, you can use the version SISSO-for-windows, which is an adapted version v3.0.2 of SISSO. All linux specific system calls are replaced with windows system calls.
The text was updated successfully, but these errors were encountered: