git clone https://github.com/dealii/candi.git
cd candi
module load mpi/openmpi-`uname -i` ./candi.sh
But I keep getting the error "Unable to locate a modulefile for 'mpi/openmpi-x86_64'" even though directory containing the Open MPI module files is included in the module path.
Error .........................................You have new mail in /var/spool/mail/root
[root@master openmpi]# module load openmpi-4.1.4
You have new mail in /var/spool/mail/root
[root@master openmpi]# module load mpi/openmpi-`uname -i`
ModuleCmd_Load.c(213):ERROR:105: Unable to locate a modulefile for 'mpi/openmpi-x86_64'
[root@master openmpi]# ./candi.sh
-bash: ./candi.sh: No such file or directory
[root@master openmpi]# module --ignore-cache avail
getopt.c(1017):ERROR:43: Unrecognized option 'ignore-cache'.
............................................................................
I Appreciate any help you can provide
Thanks in Advance.