THIS IS THE ERROR I GET WHEN I RUN THE MAKE COMMAND AFTER CONFIGURING MPICH.
root@galadriel:/mnt/c/users/dfa/WRFmodel/LIBRARIES# cd mpich-4.1
root@galadriel:/mnt/c/users/dfa/WRFmodel/LIBRARIES/mpich-4.1# make
if test ! -h ./src/include/mpio.h ; then \
rm -f ./src/include/mpio.h ; \
( cd ./src/include && \
cp -pR ../mpi/romio/include/mpio.h ) ; \
fi
cp: missing destination file operand after '../mpi/romio/include/mpio.h'
Try 'cp --help' for more information.
make: *** [Makefile:36125: src/include/mpio.h] Error 1
root@galadriel:/mnt/c/users/dfa/WRFmodel/LIBRARIES# cd mpich-4.1
root@galadriel:/mnt/c/users/dfa/WRFmodel/LIBRARIES/mpich-4.1# make
if test ! -h ./src/include/mpio.h ; then \
rm -f ./src/include/mpio.h ; \
( cd ./src/include && \
cp -pR ../mpi/romio/include/mpio.h ) ; \
fi
cp: missing destination file operand after '../mpi/romio/include/mpio.h'
Try 'cp --help' for more information.
make: *** [Makefile:36125: src/include/mpio.h] Error 1