Nicholas Chaimov

Results 35 comments of Nicholas Chaimov

I think that TAU Commander should probably handle zlib itself. It can cause problems on other platforms too. I’ve run into a problem before where the zlib headers aren’t installed...

That sounds reasonable. If the path isn't specified the configure script should behave the way it currently does.

Also, if you want to test libz downloading on a non-NEC architecture, recent Ubuntu releases don't include libz in `build-essential` so if you install Ubuntu 20.04 LTS in a VM,...

If you restore from the backup and then run the same command, does the same thing happen again?

Yeah, I wanted to know if it will happen deterministically given what's in your project.json

There's definitely something wrong, and reverting the caching changes doesn't fix it. I can even get renumbering to delete trials in different experiments than the selected one.

Has renumbering ever worked? There seem to be several very bad problems with it. The renumbering process does this: - Gets a trial with the old number - Saves an...

@zbeekman I've changed the implementation of renumber to use queries specific to experiments and to no longer delete and recreate trials, but instead update them to temporary numbers and then...

What motivated this is OMPT tr4 and tr6, which are deprecated in TAU — they’re still available, but we want to warn users that they might be removed in a...

Yes, I think that’s basically what we want. We can’t actually remove the deprecated or removed values from the models or new versions of TAU Commander won’t work with existing...