Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simple example of smpi tracing with platform utilization (with three categories)
[simgrid.git] / examples / java / ping_pong / Receiver.java
index 1f0cf4e..9603a76 100644 (file)
@@ -15,7 +15,7 @@ public class Receiver extends simgrid.msg.Process {
    final double commSizeLat = 1;
    final double commSizeBw = 100000000;
     
-   public void main(String[] args) throws JniException, NativeException {
+   public void main(String[] args) throws MsgException {
         
       Msg.info("hello!");
       double communicationTime=0;