-
Notifications
You must be signed in to change notification settings - Fork 35
Installation in Windows environment - Microsoft Visual Studio #15
Comments
I installed HOS-OCEAN in windows successfully. Please kindly follow the below steps:
|
@trimtrim Thank you for your feedback. Guillaume. |
I have similar errors during installation in Windows. Did I forget to install or include anything? error #7002: Error in opening the compiled module file. Check INCLUDE paths. [INITIAL_CONDITION] (HOS-ocean.f90) Line: 32 error #6285: There is no matching specific subroutine for this generic subroutine call. [READ_DATUM] (input_post_process.f90) Line:68 error #7002: Error in opening the compiled module file. Check INCLUDE paths. [READ_FILES] [RECONSTRUCTION] (Post_processing.f90) Line:29,32 error #6404: This name does not have a type, and must have an explicit type. [N_HDR][FILE_3D] (read_files.f90) Line:63,138 error #6414: This PARAMETER constant name is invalid in this context. [N1O2P1 (reconstruction.f90) Line:54 |
Can't we use CMake to install HOS-Ocean by Visual Studio? Is CMake for UNIX/Linux systems? |
Yes. We can use CMake to install HOS-Ocean. However, I haven't tried yet. |
@trimtrim Thank you for your reply. Would you tell us the detail of the environment that you used when you succeeded to install HOS-Ocean in Windows?
I had almost the same errors as lkk12342001 when I tried to install HOS-Ocean. My environment is like the below:
Also, there is no "fourier_FFTW.f90" in the repository of HOS-Ocean. Instead, I have found "fourier_r2c_FFTW3.f90" in the repository. Did you compile a different version of HOS-Ocean? |
您好,请问相关问题您解决了吗?是否在运行sourse文件的代码前进行一些配置操作呢? |
Hello,
I am trying to install HOS-ocean in Windows environment within the Microsoft Visual Studio. I followed the steps written in this page (https://github.com/LHEEA/HOS-ocean/wiki/Installation), but a lot of errors happened during the building of solution, such as:
error #7002: Error in opening the compiled module file. Check INCLUDE paths. [INITIAL_CONDITION]
error #7002: Error in opening the compiled module file. Check INCLUDE paths. [RANDOM_NUMBERS]
error #6638
error #7976
error #6404
error #6724
and a lot more.
Is there anyone having the same experience? Last year, I tried installation in Linux ubuntu, and there were no significant problems.
Cordialement,
Ardhana
The text was updated successfully, but these errors were encountered: