Jeff Squyres
c7cedc3364
Oops -- update the rest of the prototypes.
...
This commit was SVN r2513.
2004-09-04 23:34:31 +00:00
Jeff Squyres
2fc9f9181f
Some infrastructure help for the F77 bindings:
...
- added src/mpi/f77/strings.[ch] for f<-->c string conversions
- added src/mpi/f77/constants* for instiantiating and providing macros
to check for the various fortran address "constants" (read the
comments in this file -- it's quite complicated, unfortunately :-\ ):
- MPI_BOTTOM
- MPI_ARGV_NULL
- MPI_ARGVS_NULL
- MPI_ERRCODES_IGNORE
- MPI_STATUS_IGNORE
- MPI_STATUSES_IGNORE
- updated fortran MPI_COMM_SET_NAME and MPI_COMM_GET_NAME to check
string handling
- updated fortran MPI_RECV to check MPI_STATUS_IGNORE handling
- updated fortran MPI_COMM_SPAWN to check string and MPI_ARGV_NULL and
MPI_ERRCODES_IGNORE handling
- partially modified src/mpi/f77/prototypes_mpi.h to account for
string length parameters passed by the fortran compiler; more work to
be done there
- backed out a silly previous change in send_f.c by me (duh)
- updated fortran MPI_COMM_DUP and MPI_COMM_FREE to check int<-->fint
macros
This commit was SVN r2512.
2004-09-04 22:02:18 +00:00
George Bosilca
494d4428ad
Correct the datatype if Fortran bindings are unavailable. In this case the Fortran datatypes are redirected to MPI_DATATYPE_NULL (not the same pointer but the same contents).
...
This commit was SVN r2511.
2004-09-04 19:42:50 +00:00
George Bosilca
818654c2ff
Correctly define the Fortran types. Now we use the defines discovered by configure to setup the data.
...
This commit was SVN r2510.
2004-09-04 18:25:12 +00:00
Brian Barrett
1607eb37c2
* checkpoint of RMS pcm. This is still far from ready, so .ompi_ignore'd,
...
but slowly making progress...
This commit was SVN r2509.
2004-09-04 17:43:37 +00:00
Weikuan Yu
f31ca49b3b
Bring the code up-to-date with the latest repository
...
This commit was SVN r2508.
2004-09-04 14:09:30 +00:00
Jeff Squyres
dac52e1768
Fun script to count how many directories and source files there are in
...
the tree. :-)
This commit was SVN r2507.
2004-09-04 12:09:55 +00:00
Jeff Squyres
46361c67d5
Add int<-->Fint macros while debugging some fortran gorp
...
This commit was SVN r2506.
2004-09-04 10:40:43 +00:00
Vishal Sahay
2adafa8f53
Partially implemented and commented out binding for now
...
This commit was SVN r2505.
2004-09-04 00:28:30 +00:00
Vishal Sahay
6e4558343c
More f77 bindings
...
This commit was SVN r2504.
2004-09-03 23:02:44 +00:00
Rich Graham
1150919976
allocating fragement descriptor and aligned payload buffer.
...
payload size and alignment are mca parameters.
This commit was SVN r2503.
2004-09-03 22:34:52 +00:00
Weikuan Yu
100e24b072
-- Fix up elan_put address
...
-- Need attention on flow control and the number of outstanding DMA
This commit was SVN r2501.
2004-09-03 21:39:29 +00:00
Weikuan Yu
254bce7f43
-- Slight modification of check.c
...
This commit was SVN r2500.
2004-09-03 21:27:17 +00:00
Ralph Castain
6b05166b75
Split ompi_rte_init into two stages to allow detection of universe existence prior to starting remainder of rte. Adjust mpirun2 and mpi_init to accommodate.
...
This commit was SVN r2499.
2004-09-03 21:17:33 +00:00
Rich Graham
7feccee44c
adding header for SM fragment descriptor.
...
This commit was SVN r2498.
2004-09-03 21:04:25 +00:00
Tim Woodall
aec2f96b45
add appropriate include
...
This commit was SVN r2497.
2004-09-03 20:36:15 +00:00
Jeff Squyres
ca0a88d8f2
str* functions require <string.h>, or they won't compile
...
This commit was SVN r2496.
2004-09-03 20:29:30 +00:00
Tim Woodall
f70951a53d
OOB has already assigned a unique name - just use it
...
This commit was SVN r2495.
2004-09-03 20:16:08 +00:00
Brian Barrett
5ff158cdbe
* add shell of rms pcm, ignored for now.
...
This commit was SVN r2494.
2004-09-03 19:56:02 +00:00
Brian Barrett
6fa0e03a4d
* some more warning elimination
...
This commit was SVN r2493.
2004-09-03 19:46:23 +00:00
Brian Barrett
11ff71089f
* move around some ints -> mca_ns_base_jobid_t and clean up some compiler
...
warnings
This commit was SVN r2492.
2004-09-03 19:41:28 +00:00
Ralph Castain
36c6cf574e
Fix bad initialization in proc_info, add a pid field into the universe info and save it in the universe info file.
...
This commit was SVN r2491.
2004-09-03 19:26:49 +00:00
Brian Barrett
1a100e65c1
* rework the pcm/llm interface to be more non-rsh friendly. Push the
...
host / cpu information down into a handle that need not exist when
the llm isn't being used. Fix all the test cases and whatnot to match
This commit was SVN r2490.
2004-09-03 19:19:59 +00:00
Rich Graham
910f282c3f
initialize the 2d fifo array.
...
This commit was SVN r2489.
2004-09-03 18:44:21 +00:00
Ralph Castain
aa4118e450
Missing files.....sorry folks!
...
This commit was SVN r2488.
2004-09-03 18:32:59 +00:00
Ralph Castain
3c94af6021
Bring tree back to ability to cleanly compile. These changes should be transparent to virtually everyone, but the silly tree insists on compiling everything. Mostly modified things in preparation for releasing the openmpi program, and to begin knitting the next (hopefully final) version of mpirun.
...
Let me know if it has any impact on you - it shouldn't.
This commit was SVN r2487.
2004-09-03 16:26:15 +00:00
Tim Woodall
db2e993a3d
initialize/cleanup event library in ompi_rte_init/ompi_rte_fini
...
This commit was SVN r2486.
2004-09-03 16:12:45 +00:00
Laura Casswell
f52b0b17e5
make more general
...
This commit was SVN r2483.
2004-09-03 15:03:42 +00:00
Jeff Squyres
6889df19f0
Oops -- ensure to save the priority.
...
This commit was SVN r2481.
2004-09-03 14:57:00 +00:00
Laura Casswell
2d950075a2
make more general
...
This commit was SVN r2480.
2004-09-03 14:53:47 +00:00
Laura Casswell
87d464b894
make more general
...
This commit was SVN r2479.
2004-09-03 14:46:35 +00:00
Laura Casswell
30aff069e6
add run script
...
This commit was SVN r2478.
2004-09-03 14:40:53 +00:00
Laura Casswell
cb87f837d8
add run script
...
This commit was SVN r2477.
2004-09-03 14:40:32 +00:00
Laura Casswell
2a63fb47ec
fix typo
...
This commit was SVN r2476.
2004-09-03 14:39:53 +00:00
Laura Casswell
aca8377db9
add ns and make run script more general
...
This commit was SVN r2475.
2004-09-03 14:31:36 +00:00
Laura Casswell
fcca758e9a
make more general
...
This commit was SVN r2474.
2004-09-03 14:23:37 +00:00
Laura Casswell
22bc29e50a
fix typos in help and make more general
...
This commit was SVN r2473.
2004-09-03 14:23:08 +00:00
Laura Casswell
1049bf79ca
make more general
...
This commit was SVN r2472.
2004-09-03 14:18:02 +00:00
Laura Casswell
54825ec955
make more general
...
This commit was SVN r2471.
2004-09-03 14:11:19 +00:00
Laura Casswell
7dfe48ec94
add run script
...
This commit was SVN r2470.
2004-09-03 14:08:36 +00:00
Laura Casswell
699b4fb860
make more general
...
This commit was SVN r2469.
2004-09-03 13:58:25 +00:00
Laura Casswell
e613ac2459
fix help line
...
This commit was SVN r2468.
2004-09-03 13:55:53 +00:00
Ralph Castain
7fc8600483
Mostly added a bunch of diagnostic messaging (only on when specific mca params are set) to try and debug the problems being observed in mpirun2. Found a couple of minor things that seem to now enable the system to run on the Mac. Believe these are all the changes involved - will check with another checkout.
...
This commit was SVN r2467.
2004-09-03 13:54:34 +00:00
Laura Casswell
ae1a20a354
make more general
...
This commit was SVN r2466.
2004-09-03 13:51:39 +00:00
Laura Casswell
ed4fd14f1c
make script more flexible, add new test
...
This commit was SVN r2465.
2004-09-03 13:37:31 +00:00
Laura Casswell
80be42cc27
make script more flexible
...
This commit was SVN r2464.
2004-09-03 12:55:00 +00:00
Laura Casswell
9aef410fcf
fix comments and add messages
...
This commit was SVN r2463.
2004-09-03 12:52:04 +00:00
Laura Casswell
c28e502dee
make run script more flexible
...
This commit was SVN r2462.
2004-09-03 12:43:50 +00:00
Vishal Sahay
cfd377cdd8
Fix the length of periods_or_edges array for graph/cart.
...
This commit was SVN r2461.
2004-09-03 00:48:56 +00:00
Vishal Sahay
4efad65f63
More f77 bindings
...
This commit was SVN r2460.
2004-09-03 00:33:44 +00:00