Alan Williams

Results 66 comments of Alan Williams

Now you have 150 commits, including several stk snapshot commits that are already on develop... I'm not sure what's going on here. Did you mean to just rebase your branch...

> @trilinos/stk Looks like there are a couple of spots where STK is using `Kokkos::Experimental::ErrorReporter`. The interface changed in Kokkos 5. Tagging @ldh4 to look at this.

@hkthorn So the 16.1 release was created roughly in early March, and this stk issue was fixed later in March in develop/master... Perhaps the others know, should I/we add a...

@hkthorn Sam indicates that updating the 16.1 branch would essentially constitute a 16.1.1 release. Which is possible, but not common. Also, the 16.2/17.0 release is a month away or less....

Also, one other work-around might be to use `-DSTK_ENABLE_STKExprEval:bool=OFF` which should then avoid the FP-Exceptions error. (Obviously this assumes you don't actually need stk-expreval (string-function parsing).)

> Also, one other work-around might be to use `-DSTK_ENABLE_STKExprEval:bool=OFF` which should then avoid the FP-Exceptions error. (Obviously this assumes you don't actually need stk-expreval (string-function parsing).) On further thought,...

> [@alanw0](https://github.com/alanw0) Do you know when this issue was introduced after the 16.0 release? Which STK snapshot? @hkthorn It's hard to be sure but looking at sierra git history it...

@rppawlo yes that is supported. To see an example, take a look at packages/stk/stk_doc_tests/stk_io/howToCreateAndWriteNodesetOrSideset.cpp. The sideset test starts around line 220 and shows how to create the field on a...

I was going to say the same thing Heidi said. Additionally, if you define '-DSTK_NO_BOOST_STACKTRACE' you can avoid the error. (It also doesn't use boost stacktrace, so if you want...

@lucbv I'll fix this asap. I don't think the Ioss_Version.h header is in the build directory, it should be in the source directories for seacas. I may have a problem...