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

Compile Pecube on Windows 11 #37

Open
Pirouz193 opened this issue Feb 7, 2023 · 0 comments
Open

Compile Pecube on Windows 11 #37

Pirouz193 opened this issue Feb 7, 2023 · 0 comments

Comments

@Pirouz193
Copy link

Pirouz193 commented Feb 7, 2023

Hello,
I attempted to compile Pecube on Windows 11 using MinGW and had partial success. I was able to generate the Test, Pecube, and Vtk executable files. Afterwards, I used the Windows command line environment to run the code. The Pecube.exe file worked properly and produced output files, however the test.exe and Vtk.exe did not work and encountered the following errors.

Do you believe these errors can be fixed or do you suggest using a system with Ubuntu instead? I am a bit apprehensive as I have 80 GB of RAM on this PC, but the other computer does not have as much. Could you offer a recommendation? Thank you very much in advance. The errors are as follows:

Test.exe:

`C:\Pecube-master\bin>Test EXMP2
The syntax of the command is incorrect.
'rm' is not recognized as an internal or external command,
operable program or batch file.
Creating topo files
creating Topo file
At line 268 of file testTopo.F90 (unit = 30)
Fortran runtime error: Cannot open file 'EXMP2/VTK/Topo001.vtk': No such file or directory

Error termination. Backtrace:

Program received signal SIGABRT: Process abort signal.

Backtrace for this error:`

Vtk.exe:

`C:\Pecube-master\bin>Vtk EXMP2
The syntax of the command is incorrect.
Doing temperature and velocity
Record 1
doing record 0 out of 1
At line 65 of file Vtk.F90 (unit = 30)
Fortran runtime error: Cannot open file 'EXMP2/VTK/Pecube000.vtk': No such file or directory

Error termination. Backtrace:

Program received signal SIGABRT: Process abort signal.

Backtrace for this error:`

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

No branches or pull requests

1 participant