Background: DRL using 4CFDs-Environments
Encountered issue:
-
All of the CFD are run at GPU devices device:0, which leads to low-efficiency usage of the computation resources.
-
The rank_file (i.e., .env000.txt) for launching mpirun is:
Clearly, there is no binding of GPU devices.
Suggestions:
- Modify the usage of
local / slurm configuration of SmartFlow to adopt this usage. We may consider any of the paths:
- Make
srun able to use for single cluster node
- Incorporate the GPU-related arguments in
rank_file.
I am currently working on the option#2, and I shall keep you posted by this issue. @soaringxmc
Background: DRL using 4CFDs-Environments
Using a computation node with 4GPUs and 64CPUS
Using the
smartsimconfiguration:Encountered issue:
All of the CFD are run at GPU devices
device:0, which leads to low-efficiency usage of the computation resources.The
rank_file(i.e.,.env000.txt) for launchingmpirunis:Clearly, there is no binding of GPU devices.
Suggestions:
local/slurmconfiguration of SmartFlow to adopt this usage. We may consider any of the paths:srunable to use for single cluster noderank_file.I am currently working on the option#2, and I shall keep you posted by this issue. @soaringxmc