-
Notifications
You must be signed in to change notification settings - Fork 14
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
installation problem #3
Comments
Dear Zeracesharon
As Grid2Grid is updated to version 2.1, it is recommended to use cmake not a gnu make :)
Because I defined some pre-processor to give an installation option inside of code, it is thought that the errors come from there.
Could you try again with cmake?
If you have any problem, don't hesitate to contact :)
Have a nice weekend!
Best Regards,
Youngmyung Choi
From: "Zeracesharon" <[email protected]>
To: "LHEEA/Grid2Grid" <[email protected]>
Cc: "Subscribed" <[email protected]>
Sent: Dimanche 29 Juillet 2018 07:05:25
Subject: [LHEEA/Grid2Grid] installation problem (#3)
Hi, thanking very much for sharing the program for us! i got many installation problems when i tried to install gird2grid in my ubtuntu(64), following the steps wirtten in reference "Grid2Grid : HOS Wrapper Program", the main problem is as follows:
when i input the orders as follows:
[ https://user-images.githubusercontent.com/41727989/43363076-b1fe0ac8-92eb-11e8-8187-bb6719d6ac94.png ]
then it started to be wrong:
[ https://user-images.githubusercontent.com/41727989/43363085-c5e2b160-92eb-11e8-9fb0-543d04c7106e.png ]
[ https://user-images.githubusercontent.com/41727989/43363099-2f6f4544-92ec-11e8-8629-35bbb47e0a81.png ]
then i typed in shown as followings:
[ https://user-images.githubusercontent.com/41727989/43363102-501ef83e-92ec-11e8-9dd2-2ceb5de30485.png ]
[ https://user-images.githubusercontent.com/41727989/43363106-628d219e-92ec-11e8-8148-18012a80e47d.png ]
[ https://user-images.githubusercontent.com/41727989/43363111-7c520c20-92ec-11e8-86b1-3253eedc3e47.png ]
..alos,if i typed in" make create "or "make createlib",it will show:
[ https://user-images.githubusercontent.com/41727989/43363119-b8581eb2-92ec-11e8-9ce5-5cdb5c82f2e4.png ]
what can i do for this ? actually,there's many problems on previous steps, but i have managered to make it anyway. i'd really appreciate it if you could help to solve this problem. Cause for my research , Grid2Grid is essential step of the start!!!
thank you very much!!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, [ #3 | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/AYTS-7Zm_JoKqSGMXFiSRw3c70_DdQ-zks5uLUKVgaJpZM4VlSmE | mute the thread ] .
|
Dear Youngmyung Choi: |
Dear Youngmyung Choi: |
Dear Qian Xiao,
I didn't test Gri2Grid in windows.
When we tried to used Intel Fortran compiler to install Grid2Grid, there are some problems regarding on B-spline module.
Since we just brought those modules from Github, we don't want to change the codes and it is especially related to the derived Type.
My colleague Maite reported those problems to the Intel Fortran developer.
They said that the recent version of Intel Fortran is compatible with this module ( >= v2018, as I remember).
This is also one of a reason why we compile Grid2Grid as a dynamic library.
If you have a recent version Intel Fortran, Grid2Grid can be also compiled in Windows, but you may have to change some Fortran intrinsic subroutines from gnu Fortran to Intel Fortran.
There could be another possibility to make it works since we made Grid2Grid compatible with gnu and Intel Fortran, C++, ...
We already connected Grid2Grid library with Intel Fortran Program without the problem in Linux environment.
In Windows, you should compile Grid2Grid to generate a dynamic library of Grid2Grid (maybe Grid2Grid.dll) with gnu Fortran,
Connect this dynamic library with your source code by ISO_C_BINDING in Intel Fortran.
The example is given in the sub-directory of Grid2Grid/example.
I think you can also manage it in Windows :)
Have a nice day!
Best Regards,
Youngmyung Choi
From: "Zeracesharon" <[email protected]>
To: "LHEEA" <[email protected]>
Cc: "YoungmChoi" <[email protected]>, "Comment" <[email protected]>
Sent: Jeudi 2 Août 2018 13:36:16
Subject: Re: [LHEEA/Grid2Grid] installation problem (#3)
Dear Youngmyung Choi:
It's me again. I spent several days to be familiar with the HOS and grid2Grid, and i am trying to combine those with my codes to tackle wave-struction interaction problem, so i am wondering if it is possible for grid2grid to work in windows working environment with visual studio and intelfortran compiler. if it's possible, could you give some instructions? i hope this won't disturb u that much.
Best wished
Zerace
—
You are receiving this because you commented.
Reply to this email directly, [ #3 (comment) | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/AYTS-w3awHxUinMnIHFiHyu0oRTHlX_oks5uMuQwgaJpZM4VlSmE | mute the thread ] .
|
Hi, thanking very much for sharing the program for us! i got many installation problems when i tried to install gird2grid in my ubtuntu(64), following the steps wirtten in reference "Grid2Grid : HOS Wrapper Program", the main problem is as follows:
when i input the orders as follows:
then it started to be wrong:
then i typed in shown as followings:
..alos,if i typed in" make create "or "make createlib",it will show:
what can i do for this ? actually,there's many problems on previous steps, but i have managered to make it anyway. i'd really appreciate it if you could help to solve this problem. Cause for my research , Grid2Grid is essential step of the start!!!
thank you very much!!
The text was updated successfully, but these errors were encountered: