Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

error when i run the make command for mpich

shedrach

New member
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
 
Hi,
Please speak to a systems administrator at your institution about this error. We are not able to support installation of external libraries - only the WRF/WPS software, itself. This error is specific to your system.
 
Top