Skip to content

Suitable example for In-situ techniques and GPU Utilization #761

Answered by njansson
mingshuai-li asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

You can easily increase the amount of work for the tgv example by using one of the larger meshes in the example folder (mesh_file in the case file), and the length can be controlled by reducing T_end. However, when increasing the problem size, you might need to reduce dt as well to avoid divergence (see for example https://github.com/ExtremeFLOW/MSA-tests/blob/main/tgv/tgv.case). The 32768.nmsh mesh should be enough to keep two - four GPUs busy, while 262144.nmsh can be used to scale out from 8 - 16 GPUs to a couple of hundreds of devices.

For multiple GPUs per node, you need to set the visible devices (CUDA_VISIBLE_DEVICES or ROCR_VISIBLE_DEVICES) in the job script, for example, to $…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by njansson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants