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

relocation R_X86_64_PC32 (INTEL COMPILER)

jedwards

CSEG and Liaisons
Staff member
This error indicates that the model size requirement is too large to fit the default memory model, solutions vary depending on the case: If you are using netcdf 4.6.0 and newer and pio 1_8_12 or older there is an incompatibility that presents this error.  You may update to pio1_8_14.  If you are using the mpi-serial library then you will need to add the flags:   -mcmodel medium -shared-intel If you are not using mpi-serial then the best solution is to increase the pelayout in env_mach_pes.xml until it is large enough that you no longer get the error. If that isn't possible then add the flags above.     On cray systems you will also need the flag -dynamic 

 
 
Top