make install    doesn't work (but maybe it's not yet working for GCL in CVS)

GCL bug?
( but (help 'mapcar) doesn't seem
  to work at the moment -- even in gcl.  However, (help 'dolist) works.)

Check --enable-ansi, and finish port to it.

slave-listener not in MPI package.  Why?

slave should be in SLAVE-LISTENER package.
  or at least, not exported from MPIpackage

If we're calling (receive-message), and no message available,
we can't interrupt with ^C
Should catch interrupts with signal so that (receive-message ...)
won't block indefinitely when there's no message to receive.

Check if par-reset is stable, or can it corrupt the session?

Test --with-mpicc using other MPI dialects

Note also (getcwd) [STILL TRUE?]:
(getcwd) => reports too many allocated blocks ??
NOTE that the following workaround does work, however:
  (getcwd
      (make-array 256 :element-type 'string-char :fill-pointer t :static t))

