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

build with no mpi

Hello,

I'm trying to port to a DEC Alpha machine with OSF1. It has 4 processors and it is standalone.
mpi is not installed on the machine, so I get a build error (it can't find mpif.h).
Is there a way to compile with no mpi?

Thanx,

Christos
 

gcarr@ucar_edu

New Member
With CCSM, you must use mpi. Although we have not tested it, you should be able to build mpich for a workstation and run CCSM on a single multiprocessor node or even on a single processor. One thing to note is that our limited testing on Alpha has not succeeded in getting our tests to run correctly.
 
Top