Examples (5)
Compile a Java source file
mpijavac path/to/source_file.javaPass application-specific classpaths to compiler
mpijavac -cp path/to/app.jar path/to/source_file.javaShow the flags necessary to build MPI Java applications
mpijavac --showmeShow the flags necessary to compile MPI Java applications
mpijavac --showme:compileShow full invoked Java compiler command line
mpijavac path/to/source_file.java --showmemade by @shridhargupta | data from tldr-pages