Results 51 comments of Yu-Hsiang Lan

I have a prototype for this. (update 07/14/23: support mhd) ``` c----------------------------------------------------------------------- subroutine my_cbc_chk(s3) c This print types of current BC, counting as well implicit none include 'SIZE' include 'TOTAL'...

We might want to also call mesh_metrics after reading a mesh from the restart file. The current mesh metrics is printed after userdat2, which is not necessary the one used...

Right, I know how to use scenes to plot multiple images. However, I have 3 images I want to plot and each of the images has more than 10 slices...

@cyrush That will be nice!

So, if I simply cut a slice to get the yz-plane and don't set anything about the camera, it will give me ``` - action: "add_pipelines" pipelines: pl1: f1: type:...

@nicolemarsaglia I am able to run NekRS + Ascent on Frontier with the ascent module. Here is the module I use ``` module load PrgEnv-gnu module load craype-accel-amd-gfx90a module load...

> ascent/0.8.0 will not have HIP/GPU support Hmm.... I have been running NekRS + Ascent on Frontier up to 75 Frontier nodes, and it runs pretty well. NekRS is running...

It looks like the one I was using is rendered with OpenMP Offload. ![Screenshot-20231026022833-1633x770](https://github.com/Alpine-DAV/ascent/assets/29413012/d658d981-0f84-4430-bd0f-4749a6f79afe)

> I think it is using OpenMP on the CPU not GPU. Is there anyway to confirm this? On my end, I will try to setup timer and build our...