"case.build" error

yhdchoi

YONGHAN CHOI
New Member
Hello,

I tried to build CESM on my Linux machine.

I selected "--compset F2000climo --res f19_f19_mg17" when I executed "create_newcase".

I used "intel 18 compiler" and "impi 18 library".

I got the below errors when I executed "case.build".

gcc: error: precise: No such file or directory
gcc: error: minimal: No such file or directory
gcc: error: unrecognized command line option ‘-qno-opt-dynamic-align’
gcc: error: unrecognized command line option ‘-fp-model’

Could you give me some advice on how to solve the above errors?

Thank you!
 

yhdchoi

YONGHAN CHOI
New Member
Hello Chris,

I will try "--compiler intel" as you suggested.

Thank you for your kind suggestion.

Yonghan
 

hshin74

Ho-Jeong Shin
New Member
Hi all,

I just encountered the same problem and found the solution by googling.
I used intel and impi version 21.
In my case, I had to add the lines below in config_compilers.xml.

<MPICC> mpiicc </MPICC>
<MPICXX> mpiicpc </MPICXX>
<MPIFC> mpiifort </MPIFC>

In a summary, by replacing mpicc with mpiicc, the impi would become fully functional.
This is the message I got from the intel website.

Cheers,

Ho-Jeong
 
Back
Top