dmey

Results 63 comments of dmey

OK one step at a time then -- from the u-dales repo: ``` mkdir -p build/test cd build/test FC=gfortran-9 cmake -LA ../.. ```

Can you please add the following 2 lines before the unmodified subprocess call and send me the vars --i.e. ``` import os print(os.environ) subprocess.run( ['cmake', f'-DCMAKE_BUILD_TYPE={build_type}', path_to_proj_dir, '-LA'], cwd=path_to_build_dir) ```

It seems fine, can you please trying removing the build folder please?

Haha great -- And now that it has created and copied the files over, it's probably just easier to go into tests/outputs/502 and run it from there.

Not sure, did you run `mpiexec -np 2 path/to/udales namoptions.502`. BTW the error log with stdout is at https://github.com/uDALES/u-dales/runs/1690350494?check_suite_focus=true#step:6:20398

I get that it just fails on the first instance of running 502 (https://github.com/uDALES/u-dales/runs/1694070412?check_suite_focus=true#step:6:15735)-- there is no difference in the code between master and the ci-fix branch. I still not...

@bss116 do you know what's happening with this one?

@bss116 @samoliverowens this seems to be the last bug to check --would you be able to create an example/test case to test for this?

@bss116 I have reintroduce the underflow trap for GNU in this in https://github.com/uDALES/u-dales/tree/bug/underflow. Are you happy to take care of this?

Do we need further checks for this or can we close it?