VahanaOpenSource / vtol_sizing

conceptual design of vtol platforms
MIT License
13 stars 7 forks source link

Setting Up Issue #4

Closed dnsuman25 closed 2 years ago

dnsuman25 commented 2 years ago

Hi Hydra Team @nenanth,

I have gone through the setup from the user manual, I was able to sort the mpi issue but I'm not able understand on how to set up the fortran section. I am trying to use the code on anaconda spyder on windows.

Kindly help me out on knowing what are the steps involved in ensuring a smooth run on windows.

Thanks in advance

nenanth commented 2 years ago

using f90wrap on windows is rather experimental - see https://github.com/jameskermode/f90wrap/issues/149 for how to use it. There are a few manual steps to be done; these steps are documented under various comments in the link.

Once f90wrap is installed correctly on windows, the fortran section should compile and build automatically through cmake using instructions in the readme.

On Wed, Sep 29, 2021 at 11:14 PM dnsuman25 @.***> wrote:

Hi I have gone through the setup from the user manual, I was able to sort the mpi issue but I am not able understand on how to set up the fortran section. I am currently using the code on anaconda spyder on windows. Kindly help me out on knowing what are the steps involved to compile the fortran codes Thanks in advance

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/VahanaOpenSource/vtol_sizing/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADX46YRADNRH22XHFMRUIS3UEP555ANCNFSM5FBQJYXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Talent hits a target no one else can hit; Genius hits a target no one else can see. --Arthur Schopenhauer

dnsuman25 commented 2 years ago

Hi @nenanth,

I was able to setup the f90wrap on windows but currently I encountered an error when i ran make -j command, it ran till 82% and gave the following error (attached screenshot). What could be the reason for such error?

ErrorInMake

nenanth commented 2 years ago

Looks like you have to go into f90wrap.cmake and change the path to the script. Right now it's hard coded to be somewhere in F:

On Sun, Oct 3, 2021, 11:03 PM Suman Dathathreya @.***> wrote:

Hi @nenanth https://github.com/nenanth,

I was able to setup the f90wrap on windows but currently I encountered an error when i ran make -j command, it ran till 82% and gave the following error (attached screenshot). What could be the reason such error?

[image: ErrorInMake] https://user-images.githubusercontent.com/61076776/135801094-3b08dc6d-9d4e-42c4-893f-42d1fd008d87.PNG

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/VahanaOpenSource/vtol_sizing/issues/4#issuecomment-933167763, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADX46YV4NI2U7FYXQF5OFATUFE7RLANCNFSM5FBQJYXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.