Skip to content

Commit a03bb71

Browse files
committed
Create Connectivity.java and be able to compile/run java files
Signed-off-by: vdhyasani17 <vasi.dhyasani@gmail.com>
1 parent 08ac1be commit a03bb71

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/Connectivity.java

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* File for testing connectivity for the Java interface
3+
* WIP
4+
*/
5+
6+
import mpi.*;
7+
8+
class Connectivity {
9+
static public void main(String args[]) {
10+
System.out.println("Java Connectivity Test");
11+
}
12+
13+
}

0 commit comments

Comments
 (0)