MCSclimate / MCT

Model Coupling Tookit
Other
43 stars 18 forks source link

convert mpi-serial to subtree #36

Closed rljacob closed 8 years ago

rljacob commented 8 years ago

Change mpi-serial to be a subtree of the new separate repository for mpi-serial. The new mpi-serial repository is https://github.com/MCSclimate/mpi-serial

rljacob commented 8 years ago

I verified --enable-mpiserial still works in the MCT configure on blues.

jayeshkrishna commented 8 years ago

@rljacob : Is "make install" supposed to work with MCT (make completes successfully)?

jayeshkrishna commented 8 years ago

configure with "--enable-mpiserial" and make completed successfully on blues+gnu

rljacob commented 8 years ago

Yes make install should work as long as you have write permission to the target dir.

jayeshkrishna commented 8 years ago

I did my configure on blues with "--prefix" to point to a local install dir but "make install" failed with the following error message,

make[1]: Entering directory `/blues/gpfs/home/jayesh/acme/MCT/mpi-serial'
make[1]: Nothing to be done for `default'.
make[1]: Leaving directory `/blues/gpfs/home/jayesh/acme/MCT/mpi-serial'
make[1]: Entering directory `/blues/gpfs/home/jayesh/acme/MCT/mpeu'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/blues/gpfs/home/jayesh/acme/MCT/mpeu'
make[1]: Entering directory `/blues/gpfs/home/jayesh/acme/MCT/mct'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/blues/gpfs/home/jayesh/acme/MCT/mct'
make[1]: Entering directory `/blues/gpfs/home/jayesh/acme/MCT/mpi-serial'
make[1]: *** No rule to make target `lib', needed by `install'.  Stop.
make[1]: Leaving directory `/blues/gpfs/home/jayesh/acme/MCT/mpi-serial'
make: *** [install] Error 2
rljacob commented 8 years ago

Ok. Please make a new issue about "make install" not working.