Skip to content
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

Add gotm support #3

Open
nicogodet opened this issue Sep 17, 2023 · 1 comment
Open

Add gotm support #3

nicogodet opened this issue Sep 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@nicogodet
Copy link
Owner

No description provided.

@nicogodet nicogodet added the enhancement New feature or request label Sep 17, 2023
@nicogodet
Copy link
Owner Author

nicogodet commented Nov 1, 2023

[ 25%] Linking Fortran shared library libmeanflow.dll
CMakeFiles\meanflow.dir/objects.a(buoyancy.F90.obj):buoyancy.F90:(.text+0x36f): undefined reference to `diff_center_'
CMakeFiles\meanflow.dir/objects.a(buoyancy.F90.obj):buoyancy.F90:(.text+0x624): undefined reference to `adv_center_'
CMakeFiles\meanflow.dir/objects.a(convectiveadjustment.F90.obj):convectiveadjustment.F90:(.text+0x5a1): undefined reference to `__eqstate_MOD_eqstate1'
CMakeFiles\meanflow.dir/objects.a(convectiveadjustment.F90.obj):convectiveadjustment.F90:(.text+0x5e0): undefined reference to `__eqstate_MOD_eqstate1'
CMakeFiles\meanflow.dir/objects.a(convectiveadjustment.F90.obj):convectiveadjustment.F90:(.text+0x68b): undefined reference to `__eqstate_MOD_eqstate1'
CMakeFiles\meanflow.dir/objects.a(intpressure.F90.obj):intpressure.F90:(.text+0x293): undefined reference to `__eqstate_MOD_eqstate1'
CMakeFiles\meanflow.dir/objects.a(intpressure.F90.obj):intpressure.F90:(.text+0x2f2): undefined reference to `__eqstate_MOD_eqstate1'
CMakeFiles\meanflow.dir/objects.a(intpressure.F90.obj):intpressure.F90:(.text+0x379): more undefined references to `__eqstate_MOD_eqstate1' follow
CMakeFiles\meanflow.dir/objects.a(salinity.F90.obj):salinity.F90:(.text+0x635): undefined reference to `diff_center_'
CMakeFiles\meanflow.dir/objects.a(salinity.F90.obj):salinity.F90:(.text+0x700): undefined reference to `adv_center_'
CMakeFiles\meanflow.dir/objects.a(stratification.F90.obj):stratification.F90:(.text+0x64e): undefined reference to `__eqstate_MOD_eqstate1'
CMakeFiles\meanflow.dir/objects.a(stratification.F90.obj):stratification.F90:(.text+0x80d): undefined reference to `__eqstate_MOD_eqstate1'
CMakeFiles\meanflow.dir/objects.a(stratification.F90.obj):stratification.F90:(.text+0x838): undefined reference to `__eqstate_MOD_eqstate1'
CMakeFiles\meanflow.dir/objects.a(stratification.F90.obj):stratification.F90:(.text+0x87a): undefined reference to `__eqstate_MOD_eqstate1'
CMakeFiles\meanflow.dir/objects.a(stratification.F90.obj):stratification.F90:(.text+0x8a7): undefined reference to `__eqstate_MOD_eqstate1'
CMakeFiles\meanflow.dir/objects.a(stratification.F90.obj):stratification.F90:(.text+0x945): more undefined references to `__eqstate_MOD_eqstate1' follow
CMakeFiles\meanflow.dir/objects.a(temperature.F90.obj):temperature.F90:(.text+0x908): undefined reference to `diff_center_'
CMakeFiles\meanflow.dir/objects.a(temperature.F90.obj):temperature.F90:(.text+0xa4b): undefined reference to `adv_center_'
CMakeFiles\meanflow.dir/objects.a(temperature.F90.obj):temperature.F90:(.text+0xafc): undefined reference to `diff_center_'
CMakeFiles\meanflow.dir/objects.a(uequation.F90.obj):uequation.F90:(.text+0x828): undefined reference to `diff_center_'
CMakeFiles\meanflow.dir/objects.a(uequation.F90.obj):uequation.F90:(.text+0xa04): undefined reference to `adv_center_'
CMakeFiles\meanflow.dir/objects.a(vequation.F90.obj):vequation.F90:(.text+0x828): undefined reference to `diff_center_'
CMakeFiles\meanflow.dir/objects.a(vequation.F90.obj):vequation.F90:(.text+0xa04): undefined reference to `adv_center_'
collect2.exe: error: ld returned 1 exit status
meanflow\CMakeFiles\meanflow.dir\build.make:325: recipe for target 'meanflow/libmeanflow.dll' failed
mingw32-make.exe[2]: *** [meanflow/libmeanflow.dll] Error 1
CMakeFiles\Makefile2:1572: recipe for target 'meanflow/CMakeFiles/meanflow.dir/all' failed
mingw32-make.exe[1]: *** [meanflow/CMakeFiles/meanflow.dir/all] Error 2
Makefile:134: recipe for target 'all' failed
mingw32-make.exe: *** [all] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant