From 7cc7be1acf8f2519657e78a8bdee81920b1dc5f5 Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 14 Dec 2005 22:14:41 +0000 Subject: Changes from Dylan Stark to allow registration of topology routines and introducing a physical to logical processor mapping. Now it is possible to register custom topology routines if you don't like the two ones we have at the moment (the traditional one and the new one from Frank Loeffler). You can also provide routines to optimise the placement of neighbouring processes on the processors by giving a custom mapping from the numbers PUGH uses for the processors to the actual MPI processor. Please treat this registration as semi-volatile for the moment and coordinate with Dylan if you fancy using it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@475 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- interface.ccl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index a445a0f..95c3b2a 100644 --- a/interface.ccl +++ b/interface.ccl @@ -2,3 +2,7 @@ # $Header$ implements: Driver + +INCLUDE HEADER: Register.h in pugh_Register.h + +USES INCLUDE: pugh_Register.h -- cgit v1.2.3