Riccardo

Results 30 comments of Riccardo

I assume that the idea is to keep the following (I found it in #50): ``` # This file is part of i-PI. # i-PI Copyright (C) 2014-2015 i-PI developers...

Hi, The interface is already upstream with QE. I will check if all the files have the boilerplate and open a merge request

@jillianwilson Hi, do you think this PR is still relevant? :)

Hi @Su-HackZ, the PR https://github.com/thomasriley/observability-for-kubernetes/pull/4 is an updated version of the tutorial.

IMHO, I think refactoring the plugin to use JS would not be such a good approach. If you know how to use JS you could probably achive similar results with...

On ubuntu, you need to install the dependencies as following: ``` apt install build-essential meson llvm cmake clang clang-dev libclang-dev libclang-cpp-dev xxd pkg-config openssl libssl-dev ``` I suppose you can...

I think we should mostly focus on what are the features that we want from the I/O code. How to organize it should come later. In other words: we should...

Anyway the expected timing should be tau x (floor(nbeads/nprocs) + 1)

Test performed on 16 beads (actually I have more test but these are the most meaningful), on a 16cpu xeon machine. ## IPI 1.0 RESULTS ![ipi_results](https://cloud.githubusercontent.com/assets/7868446/15828510/de53bcca-2c0f-11e6-8d5c-3be988cd603e.png) ## IPI-DEV RESULTS ![ipidev_results](https://cloud.githubusercontent.com/assets/7868446/15828535/fbcc0762-2c0f-11e6-86e8-edd3d6b6a836.png)...

In general I agree... could be possible to simply replace the i-pi 1.0 sockets.py with the new one? This could be a fast fix that maybe could worth a try...