Directory StandAlone/tools/mpi_test/

Total Files:
2
Deleted Files:
0
Lines of Code:
202

[root]/StandAlone/tools/mpi_test

Lines of Code

StandAlone/tools/mpi_test/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 6 (100.0%) 55 (100.0%) 9.1
dav 3 (50.0%) 52 (94.5%) 17.3
jas 3 (50.0%) 3 (5.5%) 1.0

Most Recent Commits

dav 2009-10-28 15:11 Rev.: 44980

Static link fix.

0 lines of code changed in 2 files:

  • StandAlone/tools/mpi_test: sub.mk (new)
dav 2009-10-28 12:39 Rev.: 44971


Allow for building 'sus' (et al) statically. Use the configure flag: --enable-static. For the most
part, you will not want a static build. However, in two cases you might:

1) To check for circular dependencies in the code. (Dynamic libs are forgiving in this regard.)
2) For machines that don't support shared libs (eg: AIX, some new micro-kernel Linux clusters, etc.)

Unfortunately when static linking, library order is important. There is no good way (that I know of)
to tell our build system to place the libs in a specific order, so I have hardcoded the libraries
that are necessary to static link each executable. (See CORE_STATIC_PSELIBS and CORE_STATIC_LIBS in
configVars.mk.)

Note, SUS previously build statically for AIX and Redstorm. A number of hard coded #defines for these
architectures have been replaced with more general code.

If a source code file needs to know that it is building statically (most won't, but some do), then it
will need to #include <sci_defs/compile_defs.h> and use the "STATIC_BUILD" #define'd var.

Some specific notes:

M testprograms/TestMatrix3/testmatrix3.cc

Since it is used in a library, it can't have a "main()" (as this causes two mains to show up when linking).

M configure.ac

- Go back to using 'autoconf' version 2.61 as the standard as it is available many places, and I can't
find 2.63 anywhere.
- Fixed a few uses of a $var that would cause shell script errors when not defined. (Placed it withing ""
so that it becomes an empty string (as opposed to a missing string).


52 lines of code changed in 1 file:

  • StandAlone/tools/mpi_test: sub.mk (+52 -4)
jas 2009-05-13 11:03 Rev.: 44315

Add c includes.

1 lines of code changed in 2 files:

  • StandAlone/tools/mpi_test: async_mpi_test.cc (new)
jas 2009-03-09 15:23 Rev.: 43506

Remove the Packages/Uintah/

2 lines of code changed in 1 file:

  • StandAlone/tools/mpi_test: sub.mk (+2 -2)
Generated by StatSVN 0.4.0