Bonan Zhu
Bonan Zhu
I think `include_transitive_dependencies=false` might have some side effects. It can be useful to allow passing an array of packages that should be excluded perhaps.
> I had this issue as well. > My only issue is I do not know if I can ignore installing the MKL dependency. > Do we know how to...
I think chaning this default can have other (unwanted) side effects #463 and #567.
I see. This is just a small feature that I think might be useful. It does not touch the ssh interface though (only `RemoteData.getfile` is used). Feel free to come...
> That being said: in a sense this command already exists in verdi data remote cat. @sphuber I see. I will reflector the code to use the implement that `verdi...
@ltalirz @sphuber I have updated the code and added a test. This PR is ready to be merged now.
@chrisjsewell I tried to improve the coverages but it turns out additional changes are needed to support the `--monitor` option for multiple transport plugins. I have tweaked the `gotocomputer_command` method...
I see. For backend not supporting compression can they just ignore the supplied option? I don't have any strong opinion on what the default should be, just that I think...
Perhaps I should keep uncompressed the default, while still making the option avalaible? With the new "searling" function one can compress packed objects that are not already compressed. > I'm...
Just want to say that I did a similar thing like submitting the work chains (~100 VaspRelaxWorkChain) in a loop without delay previously (aiida-core < 1.6.1), and found no issue....