-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cannot compile the solver #1
Comments
Hello, I have uploaded an installation package for foam-extend-4.0. It
should also work for fe-4.1. You can unzip it and compile it.
https://github.com/LiYZPearl/wssi/blob/main/wssi-fe-4.0.zip
Best regards,
Pearl
…On Thu, Sep 2, 2021 at 1:21 PM chichyyang ***@***.***> wrote:
Hello, thanks for your contribution. However, I could not compile the
solver via extend-3.2 and extend-4.1, which are only available on our
cluster. Could you please update the source file based on a higher version
of openfoam?
The following is the error I met.
`ToPatchMappingFvPatchFields.o
In file included from
boundaries/externalPatchToPatchMapping/externalPatchToPatchMappingFvPatchField.H(214),
from
boundaries/externalPatchToPatchMapping/externalPatchToPatchMappingFvPatchFields.H(30),
from
boundaries/externalPatchToPatchMapping/externalPatchToPatchMappingFvPatchFields.C(27):
boundaries/externalPatchToPatchMapping/externalPatchToPatchMappingFvPatchField.C(28):
catastrophic error: cannot open source file "Time.H"
#include "Time.H"
^
compilation aborted for
boundaries/externalPatchToPatchMapping/externalPatchToPatchMappingFvPatchFields.C
(code 4)
make: ***
[boundaries/externalPatchToPatchMapping/externalPatchToPatchMappingFvPatchFields.dep:566:
Make/linux64IccDPInt32OptCSL/externalPatchToPatchMappingFvPatchFields.o]
Error 4
biotConsolidationFoam/ compiled.
make:
'/g100/home/userexternal/qyang001/OpenFOAM/qyang001-4.1/platforms/linux64IccDPInt32OptCSL/bin/upFoam'
is up to date.
upFoam/ compiled.
`
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKXDTJ64JAWN3G74KKYENU3T75M2HANCNFSM5DI3M4CQ>
.
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>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, thanks for your contribution. However, I could not compile the solver via extend-3.2 and extend-4.1, which are only available on our cluster. Could you please update the source file based on a higher version of openfoam?
The following is the error I met.
`ToPatchMappingFvPatchFields.o
In file included from boundaries/externalPatchToPatchMapping/externalPatchToPatchMappingFvPatchField.H(214),
from boundaries/externalPatchToPatchMapping/externalPatchToPatchMappingFvPatchFields.H(30),
from boundaries/externalPatchToPatchMapping/externalPatchToPatchMappingFvPatchFields.C(27):
boundaries/externalPatchToPatchMapping/externalPatchToPatchMappingFvPatchField.C(28): catastrophic error: cannot open source file "Time.H"
#include "Time.H"
^
compilation aborted for boundaries/externalPatchToPatchMapping/externalPatchToPatchMappingFvPatchFields.C (code 4)
make: *** [boundaries/externalPatchToPatchMapping/externalPatchToPatchMappingFvPatchFields.dep:566: Make/linux64IccDPInt32OptCSL/externalPatchToPatchMappingFvPatchFields.o] Error 4
biotConsolidationFoam/ compiled.
make: '/g100/home/userexternal/qyang001/OpenFOAM/qyang001-4.1/platforms/linux64IccDPInt32OptCSL/bin/upFoam' is up to date.
upFoam/ compiled.
`
The text was updated successfully, but these errors were encountered: