Hello everyone!
I am running CLM5 for a single point in my computer and I have read the guide 1.6.3.5. Example: Creating a surface dataset for a single point. When compile the "gen_domain", I used the following command:
I have successfully running CESM2.1.3 so the --machine bnuscc was correctly written. However, after running the command, there are no "env_mach_specific.sh". This file should emerge after running the configure command just as the "INSTALL" file or This thread.
I have bypass this issue by compile the gen_domain.F90 file individually. I did not use the "env_mach_specific.sh" and this works fine. However, I am wondering how can I get the "env_mach_specific.sh" file in my computer. This issue may also be helpful to other people who are porting CLM5 in their computers.
Thank you!
I am running CLM5 for a single point in my computer and I have read the guide 1.6.3.5. Example: Creating a surface dataset for a single point. When compile the "gen_domain", I used the following command:
Code:
../../../configure --macros-format Makefile --mpilib mpi-serial --machine bnuscc
I have bypass this issue by compile the gen_domain.F90 file individually. I did not use the "env_mach_specific.sh" and this works fine. However, I am wondering how can I get the "env_mach_specific.sh" file in my computer. This issue may also be helpful to other people who are porting CLM5 in their computers.
Thank you!