-
Notifications
You must be signed in to change notification settings - Fork 88
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
a problem in Compilation #102
Comments
I cannot reproduce your error with latest master version. Besides those 3 modules I also tried turning on COSINE; all passed without error. Which version of the code are you using? Please consider using a recent tag (5.10) or master.
Regards,
-------------------------------
Joseph Zhang
(804)684 7595 (office)
SCHISM web: http://ccrm.vims.edu/schism/
From: zmli-666 ***@***.***>
Sent: Friday, April 21, 2023 3:44 AM
To: schism-dev/schism ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [schism-dev/schism] a problem in Compilation (Issue #102)
[EXTERNAL to VIMS received message]
I met with some problems when I followed the manual's instructions to compile using the cmake. I turn on the modules, e.g. USE_WWM, USE_GEN, USE_AGE, and I got to this step: make -j8 pschism. It went wrong as shown below:
compilation aborted for /share/home/lizm/SCHISM_CoSiNE/schism/src/Hydro/schism_step.F90 (code 1)
make[3]: *** [Hydro/CMakeFiles/hydro.dir/schism_step.F90.o] Error 1
make[2]: *** [Hydro/CMakeFiles/hydro.dir/all] Error 2
make[1]: *** [Driver/CMakeFiles/pschism.dir/rule] Error 2
make: *** [pschism] Error 2
And when I turn off these modules, it didn't go wrong.
So I don't know why it happened. I hope you can give me some help! Thank you!
-
Reply to this email directly, view it on GitHub<#102>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFBKNZ3YJ6KDNZJLVKIP3YDXCI3ELANCNFSM6AAAAAAXGQNS5A>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.******@***.***>>
|
Your error suggests that you turned on EcoSim (USE_ECO). This module is not being actively tested and we are working with the developer on that. Please use other eco modules.
In general some eco modules (ICM, CoSiNE etc) may share some variables which can cause compile error. It does not make much sense to use multiple eco modules to simulate same state variables.
Regards,
-------------------------------
Joseph Zhang
(804)684 7595 (office)
SCHISM web: http://ccrm.vims.edu/schism/
From: zmli-666 ***@***.***>
Sent: Sunday, April 23, 2023 5:20 AM
To: schism-dev/schism ***@***.***>
Cc: Y. Joseph Zhang ***@***.***>; Comment ***@***.***>
Subject: Re: [schism-dev/schism] a problem in Compilation (Issue #102)
[EXTERNAL to VIMS received message]
Thanks for your suggestion. I try to use the tag (5.10), but it still didn't work.
[QQ??20230423170909]<https://user-images.githubusercontent.com/74288520/233830984-50c47dcf-5de4-4e8a-9ccd-c410c67d4b76.png>
[QQ??20230423171752]<https://user-images.githubusercontent.com/74288520/233830987-00c4f831-e464-4643-8889-0f781fd7445c.png>
-
Reply to this email directly, view it on GitHub<#102 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFBKNZ2VU3BOX5VGBMOVTY3XCTX5PANCNFSM6AAAAAAXGQNS5A>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
|
Thank you for your help. When I turn off USE_ECO and turn on USE_COSINE, it work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I met with some problems when I followed the manual's instructions to compile using the cmake. I turn on the modules, e.g. USE_WWM, USE_GEN, USE_AGE, and I got to this step: make -j8 pschism. It went wrong as shown below:
compilation aborted for /share/home/lizm/SCHISM_CoSiNE/schism/src/Hydro/schism_step.F90 (code 1)
make[3]: *** [Hydro/CMakeFiles/hydro.dir/schism_step.F90.o] Error 1
make[2]: *** [Hydro/CMakeFiles/hydro.dir/all] Error 2
make[1]: *** [Driver/CMakeFiles/pschism.dir/rule] Error 2
make: *** [pschism] Error 2
And when I turn off these modules, it didn't go wrong.
So I don't know why it happened. I hope you can give me some help! Thank you!
The text was updated successfully, but these errors were encountered: