LinuxCommandLibrary

mpijavac

compiles MPI Java programs

TLDR

Compile MPI Java program

$ mpijavac [MPIProgram.java]
copy
Compile to specific directory
$ mpijavac -d [classes/] [MPIProgram.java]
copy
Compile with classpath
$ mpijavac -cp [lib/*] [MPIProgram.java]
copy

SYNOPSIS

mpijavac [options] sourcefiles_...

DESCRIPTION

mpijavac compiles MPI Java programs. Wrapper around javac with MPI Java bindings. Used with OpenMPI's Java interface for parallel computing in Java.

PARAMETERS

-d dir

Output directory for class files.
-cp path
Classpath for compilation.
-sourcepath path
Source file path.
--showme
Show underlying javac command.

SEE ALSO

mpirun(1), javac(1), mpicc(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community