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 / Sender.java
index eca3688..17f2dfd 100644 (file)
@@ -14,7 +14,7 @@ public class Sender extends simgrid.msg.Process {
     private final double commSizeLat = 1;
     final double commSizeBw = 100000000;
    
-    public void main(String[] args) throws NativeException {
+    public void main(String[] args) throws MsgException {
        
        Msg.info("hello!");