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

Building CESM with different MPI

nico

Nicolás Gómez
New Member
Hello I am planning to try CESM with different MPI, as OpenMpi, MPICH and intelMPI. I have a doubt regarding how to add include and lib directories for the different MPI instancies in order to build the model. Do I have to specify the directories in config_machines.xml or config_compilers.xml?
 

jedwards

CSEG and Liaisons
Staff member
All of these mpi libraries have examples in config_machines.xml and config_compilers.xml - I highly recommend using
lmod modules to handle the complexities of dealing with multiple mpi libraries on a system. You might consider trying spack.
 
Top