Hello,
I am glad to help with the test as long as it won't take you much time, and I am quite sure that I have not installed any "Ubuntu version" packages on the device.
Please inform me more details.
Yours respectfully,
Zhuojun
Search found 15 matches
- Thu May 27, 2021 1:43 pm
- Forum: code_saturne usage
- Topic: Problem that src file found but not used
- Replies: 8
- Views: 6630
- Thu May 27, 2021 4:48 am
- Forum: code_saturne usage
- Topic: Problem that src file found but not used
- Replies: 8
- Views: 6630
Re: Problem that src file found but not used
Hello,
Thanks for your patience. I attached my config.log below. Moreover, the GCC version is 9.3.0, and the Python is 3.8. The HPC info may be described in the performance.log, which tells
System: Linux 5.8.0-53-generic (Ubuntu 20.04.2 LTS)
Machine: hpc-X11DAi-N
Processor: model name : Intel(R ...
Thanks for your patience. I attached my config.log below. Moreover, the GCC version is 9.3.0, and the Python is 3.8. The HPC info may be described in the performance.log, which tells
System: Linux 5.8.0-53-generic (Ubuntu 20.04.2 LTS)
Machine: hpc-X11DAi-N
Processor: model name : Intel(R ...
- Wed May 26, 2021 4:49 am
- Forum: code_saturne usage
- Topic: Problem that src file found but not used
- Replies: 8
- Views: 6630
Re: Problem that src file found but not used
Hello,
The "run_solver" was found in several result folders. While I am not sure the path is execution directory or not, the content presents:
#!/bin/bash
# Export paths here if necessary or recommended.
export LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu":$LD_LIBRARY_PATH
export OMP_NUM_THREADS ...
The "run_solver" was found in several result folders. While I am not sure the path is execution directory or not, the content presents:
#!/bin/bash
# Export paths here if necessary or recommended.
export LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu":$LD_LIBRARY_PATH
export OMP_NUM_THREADS ...
- Tue May 25, 2021 6:04 am
- Forum: code_saturne usage
- Topic: Problem that src file found but not used
- Replies: 8
- Views: 6630
Re: Problem that src file found but not used
Hello,
Instead of using "printf", this time I changed it to a "fprintf", to output something into a document file, and it didn't work neither. For verification, I removed solve.c but put a cs_user_rad_transfer_absorption.c, which had a same name funcion in it, into SRC folder, then I changed the ...
Instead of using "printf", this time I changed it to a "fprintf", to output something into a document file, and it didn't work neither. For verification, I removed solve.c but put a cs_user_rad_transfer_absorption.c, which had a same name funcion in it, into SRC folder, then I changed the ...
- Sun May 23, 2021 4:42 am
- Forum: code_saturne usage
- Topic: Problem that src file found but not used
- Replies: 8
- Views: 6630
Problem that src file found but not used
Hello,
lately I am facing a problem concerned with user define functions in the src folder, which is more like a "found" but not "used" issue.
I have done so tests on my virtual machine of ubuntu 18.04 with some modified "source codes", and Code Caturne version is 7.0 alpha which I downloaded a ...
lately I am facing a problem concerned with user define functions in the src folder, which is more like a "found" but not "used" issue.
I have done so tests on my virtual machine of ubuntu 18.04 with some modified "source codes", and Code Caturne version is 7.0 alpha which I downloaded a ...
- Sat Apr 24, 2021 2:30 pm
- Forum: code_saturne usage
- Topic: OMP usage issue and a little bug report
- Replies: 4
- Views: 4209
Re: OMP usage issue and a little bug report
Greeting,
Thank you so much for your help. Now I have fundamental knowledge about this part, and also I am glad to report bug(s) as long as I would found.
Yours,
Zhuojun
Thank you so much for your help. Now I have fundamental knowledge about this part, and also I am glad to report bug(s) as long as I would found.
Yours,
Zhuojun
- Sat Apr 24, 2021 8:26 am
- Forum: code_saturne usage
- Topic: OMP usage issue and a little bug report
- Replies: 4
- Views: 4209
Re: OMP usage issue and a little bug report
Hello,
Thanks for your detailed explanation.
My case actually is considered with thermal radiation issues. Given its time scale is so small thanks to the light speed, I only pay attention to a certain(transient) situation. That is why I set one time step. Additionally, I have not coupled it with ...
Thanks for your detailed explanation.
My case actually is considered with thermal radiation issues. Given its time scale is so small thanks to the light speed, I only pay attention to a certain(transient) situation. That is why I set one time step. Additionally, I have not coupled it with ...
- Fri Apr 23, 2021 7:34 am
- Forum: code_saturne usage
- Topic: OMP usage issue and a little bug report
- Replies: 4
- Views: 4209
OMP usage issue and a little bug report
Hello,
I am writing for a little question about the usage of MPI and OMP in Code Saturne 7.1-alpha. At present, I usually run CS on my laptop within a virtual machine, which has a 8 cores 16 threads CPU, and 8G ram. My computation, or work is easy somehow. I only need to set one time step for a ...
I am writing for a little question about the usage of MPI and OMP in Code Saturne 7.1-alpha. At present, I usually run CS on my laptop within a virtual machine, which has a 8 cores 16 threads CPU, and 8G ram. My computation, or work is easy somehow. I only need to set one time step for a ...
- Thu Mar 11, 2021 5:51 am
- Forum: code_saturne usage
- Topic: Radiation data output problem with a suggestion
- Replies: 2
- Views: 2323
Re: Radiation data output problem with a suggestion
Hello
Thanks for your detailed solutions. It really help a lot!
Thanks for your detailed solutions. It really help a lot!
- Mon Mar 08, 2021 7:36 am
- Forum: code_saturne usage
- Topic: Radiation data output problem with a suggestion
- Replies: 2
- Views: 2323
Radiation data output problem with a suggestion
Hello,
Recently I am working on a simple thermal radiation problem using the DOM and the FSCK supported by Code Saturne. In general I found that, the FSCK and MODAK model are only available in specific physical models, e.g. combustion and etc. But my project is only concerned on the radiation of a ...
Recently I am working on a simple thermal radiation problem using the DOM and the FSCK supported by Code Saturne. In general I found that, the FSCK and MODAK model are only available in specific physical models, e.g. combustion and etc. But my project is only concerned on the radiation of a ...