Hi all,
When I "make" the machine file, it failed and the output is like below:
Updating DEPEND
make: [Makefile:353: dep] Error 127 (ignored)
make: [Makefile:354: dep] Error 127 (ignored)
make: [Makefile:355: dep] Error 127 (ignored)
make: [Makefile:356: dep] Error 127 (ignored)
make: [Makefile:357: dep] Error 127 (ignored)
make: [Makefile:358: dep] Error 127 (ignored)
make: [Makefile:359: dep] Error 127 (ignored)
Compiling enzo.C
mpic++ -c -o enzo.o -DLINUX -DH5_USE_16_API -D__max_subgrids=100000 -D__max_baryons=30 -D__max_cpu_per_node=8 -D__memory_pool_size=100000 -DINITS64 -DLARGE_INTS -DCONFIG_PINT_8 -DIO_32 -DUSE_MPI -DCONFIG_PFLOAT_8 -DCONFIG_BFLOAT_8 -DUSE_HDF5_GROUPS -DTRANSFER -DNEW_GRID_IO -DFAST_SIB -DENZO_PERFORMANCE -DUSE_UUID -DSAB -g -I/software/opt/hdf5/1.12.1/intel/2022.1.0 /include -I/Developer/CUDA/common/inc -I/software/opt/mpich/4.0.1/gcc/11.2.0/include -I. enzo.C
g++: error: /include: No such file or directory
make: *** [Makefile:275: enzo.o] Error 1
When i tried "g++ --version", g++ is still available.
So what should I do to solve this problem?
I also attached the machine file below.
Thank you for your help.
Best regards,
Huy