Next step in the project split, mainly source code re-arranging
- move files out of toplevel include/ and etc/, moving it into the sub-projects - rather than including config headers with <project>/include, have them as <project> - require all headers to be included with a project prefix, with the exception of the config headers ({opal,orte,ompi}_config.h mpi.h, and mpif.h) This commit was SVN r8985.
Этот коммит содержится в:
@ -16,11 +16,11 @@
|
||||
* $HEADER$
|
||||
*/
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "opal_config.h"
|
||||
|
||||
#include "opal/mca/timer/timer.h"
|
||||
#include "opal/mca/timer/linux/timer_linux.h"
|
||||
#include "opal/include/constants.h"
|
||||
#include "opal/constants.h"
|
||||
|
||||
opal_timer_t opal_timer_linux_freq;
|
||||
|
||||
|
Ссылка в новой задаче
Block a user