Compilation issues,I built the environment under WSL2 ubutun20.04 on Windows #833
Replies: 2 comments 1 reply
-
Can you attach the output of We have tested in WSL, but no one on the development side uses it regularly. |
Beta Was this translation helpful? Give feedback.
-
Not sure if this was ever sorted out, but often a failure to find The problem seems to be with the MPI compiler setup. Currently it does not ensure that Explicitly setting |
Beta Was this translation helpful? Give feedback.
-
When I run the first step command, an error occurs. Why is this? Is there any error in the installation of openmpi or mpich?
Autoconf Build Configuration
$ cd ac/deps
$ make -j
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for mpicc... mpicc
checking for MPI_Init... no
checking for MPI_Init in -lmpi... no
checking for MPI_Init in -lmpich... no
checking for gettid... no
checking if __NR_gettid must be redefined... unknown
configure: error: "Could not find the gettid syscall ID"
make: *** [Makefile:48: fms/build/Makefile] Error 1
configure: error: "Could not find the gettid syscall ID"
Beta Was this translation helpful? Give feedback.
All reactions