CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: aerosayan
Forum: Main CFD Forum May 21, 2022, 20:33
Replies: 18
Views: 727
Posted By aerosayan
wrote my first hello world mpi code after fixing...

wrote my first hello world mpi code after fixing cmake build script.

my laptop has only 2 cpus, and here i'm talking about making the code run on 10,000.
Forum: Main CFD Forum May 21, 2022, 19:14
Replies: 18
Views: 727
Posted By aerosayan
Could you please briefly explain how the...

Could you please briefly explain how the parallelization in AMG would work? and what challenges we might face? and/or how to solve them?

I won't understand that right now, but in future I'll come...
Forum: Main CFD Forum May 21, 2022, 19:03
Replies: 18
Views: 727
Posted By aerosayan
Okay, I see that. In implicit solvers, the...

Okay, I see that. In implicit solvers, the solution depends on the next timestep, and it won't be possible to solve the set of linear equations, if even a single equation was missing. So we can't...
Forum: Main CFD Forum May 21, 2022, 18:56
Replies: 18
Views: 727
Posted By aerosayan
I'm trying to use LU-SGS or Block LU-SGS, which I...

I'm trying to use LU-SGS or Block LU-SGS, which I think would be similar to block Jacobi.
Forum: Main CFD Forum May 21, 2022, 18:30
Replies: 18
Views: 727
Posted By aerosayan
Basically what I'm thinking ... 1. fork once...

Basically what I'm thinking ...

1. fork once
2. do work on each partition completely separately on each core (other than sharing boundary data),
3. join back at the end of the simulation

Ex...
Forum: Main CFD Forum May 21, 2022, 18:23
Replies: 18
Views: 727
Posted By aerosayan
I hit this limit. When the problem size becomes...

I hit this limit. When the problem size becomes too large, we need to distribute the data to multiple cores.

For explicit codes, it's easy to just partition the grid, and distribute every one of...
Forum: Main CFD Forum February 12, 2022, 08:48
Replies: 18
Views: 727
Posted By aerosayan
Thanks! This is very easy to understand now! :)

Thanks! This is very easy to understand now! :)
Forum: Main CFD Forum February 12, 2022, 05:18
Replies: 18
Views: 727
Posted By aerosayan
could you please explain this? i kind of...

could you please explain this?


i kind of understood what you meant. we shouldn't allocate let's say 100 M cells worth of data on a single node. if possible we should try to reduce memory...
Forum: Main CFD Forum February 11, 2022, 14:17
Replies: 18
Views: 727
Posted By aerosayan
how to develop code that scales well without having access to supercomputers?

Hi everyone, hope you had a great start to this new year,

I'm trying to understand how can we actually develop for scaling our code to large problem sizes (example : ~100 Million cells, for LES...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT -4. The time now is 02:58.