Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Intel Error 7012 - Compiler out of date ?

HiI've searched the forum and cannot find a solution to this problem. I hit an error message at the csm_share build stage when the file shr_pio_mod.F90 is being compiled:   error #7012: The module file cannot be read.  Its format requires a more recent F90 compiler.   [MPI] I searched Intel's website and this 7012 error explanation is no longer visible so I suspect my intel compilers are out of date. I've attached my config_machines and the logfile for the stage at which the failure happens. Can someone confirm the versions I am using are suitable? Many Thanks Leanne  
 

jedwards

CSEG and Liaisons
Staff member
This indicates that the mpi library you are using is not compatible with the compiler.  You need to check with your system support staff to get the correct combination of compiler and mpi library.  (your config_machines.xml is not attached)
 

jedwards

CSEG and Liaisons
Staff member
I don't see anything wrong in this file - can you send the csm_share build log?    
 
HiYes - the same error pops up with the helloworld compilation. I've passed it on to system admin.EDIT: I've done a module purge and have only got intel/mpi/64/5.1.3/2016.4.258  loaded into my enviroment and it has now worked. There seems to be a conflict with other loaded modules.... systematically trying to figure out what this is and will update this post if it is of any help to others. Thanks for your help.
 
Top