Carsten Uphoff
Carsten Uphoff
But this would an issue that we should forward to LRZ then, right? Btw export OMP_NUM_THREADS=44 should be export OMP_NUM_THREADS=47
Why would you store the parsed namelist file in YAML::node if the only thing you need is `std::unordered_map` Moreover, if you think of XML, using YAML::Node is equivalent employing a...
Ok, but what kind of implementation do you want to have eventually? If you want to use it I can also make the Schema classes a standalone library and add...
Can't remember, but I'd check export ASYNC_MODE=SYNC (?) first to see whether the issue is related to the I/O thread.
I suggest to delete the old parameter (the name CFL doesn't make sense anyway) and introduce a new parameter (e.g. relax_cfl, default value 1). In this way the old parameter...
@baderml Imho it's simpler to just set relax_cfl = 1.0 instead of cfl = 1/(2*(N+1)). Moreover, the parameter file then depends on the order of the scheme such that you...
The doc should state that you should have loaded devEnv/Intel for the instructions to work. I'd also change $ export FC=mpiifort $ export CXX=mpiicpc $ export CC=mpiicc to $ export...
> Why do you want to change the FC/CXX/CC? I'm using CC=mpiicc CXX=mpiicpc FC=mpiifort? What exactly is the difference? mpicc/CC/f90 respect the current devEnv. Therefore, the instructions might work even...
Maybe, yes. But mpicc and mpiCC/mpicxx are general wrappers which are often available and are configured to work with the current "dev env". (Cray has a similar system, e.g.) Thus,...
Helps a little bit but not much: -DCMAKE_Fortran_FLAGS="-ffast-math -funsafe-math-optimizations"