hello i want to install mpijava on ubuntu 16.0.4 for osprey

i downloaded mpiJava1.2.5x

i installed JDK1.6.0_45 in /usr/lib and 

after install jdk i type follow command to path to bin

export PATH=/usr/lib/mpi/jdk1.6.0_45/bin:$PATH

  then i installed mpich to ./usr/lib too  and export mpich bin path to this like as do for java

after that i start to install mpiJava in usr/lib

but in configure step i faced bellow error:

sudo ./configure -with-MPI=mpich

[sudo] password for user:

Sorry, try again.

[sudo] password for user:

loading cache ./config.cache

checking host system type... Invalid configuration `x86_64-unknown-linux': machine `x86_64-unknown' not recognized

checking target system type... Invalid configuration `x86_64-unknown-linux': machine `x86_64-unknown' not recognized

checking build system type... Invalid configuration `x86_64-unknown-linux': machine `x86_64-unknown' not recognized

checking how to run the C preprocessor... cc -E

checking for ANSI C header files... yes

checking for sys/wait.h that is POSIX.1 compatible... yes

checking for ranlib... ranlib

checking MPI package... mpich

checking for mpicc... mpicc

checking whether mpicc configured... yes

checking MPI include dir... Please input the absolute path for mpich include dir

but fter i path to mpich i faced to bellow error:

sudo ./configure -with-MPI=/usr/lib/mch2-1.0.7

loading cache ./config.cache

checking host system type... Invalid configuration `x86_64-unknown-linux': machine `x86_64-unknown' not recognized

checking target system type... Invalid configuration `x86_64-unknown-linux': machine `x86_64-unknown' not recognized

checking build system type... Invalid configuration `x86_64-unknown-linux': machine `x86_64-unknown' not recognized

checking how to run the C preprocessor... cc -E

checking for ANSI C header files... yes

checking for sys/wait.h that is POSIX.1 compatible... yes

checking for ranlib... ranlib

checking MPI package... /usr/lib/mpich2-1.0.7

The package does not support /usr/lib/mpich2-1.0.7 MPI.

how can solve this problem?

please help me

thank

More Ladan Mafakher's questions See All
Similar questions and discussions