I run my code in supercomputer by used terminal.
I have 2 kind of code: 1- sequential and parallel (shared memory)
the sequential one it run correctly, but when I run the SM I have this error when I enter th command javac :
mycode.java:7: cannot access edu.rit.pj.Comm file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. import edu.rit.pj.Comm;
the library for parallel is: parallel java.