From: Xavier Leroy <Xavier.Leroy@inria.fr>
To: Ken Wakita <Ken.Wakita@is.titech.ac.jp>, caml-list@inria.fr
Subject: Re: Ocamlopt for R4000?
Date: Tue, 31 Aug 1999 21:16:12 +0200 [thread overview]
Message-ID: <19990831211612.50360@pauillac.inria.fr> (raw)
In-Reply-To: <37C109B55A.754EKEN.WAKITA@mail.is.titech.ac.jp>; from Ken Wakita on Mon, Aug 23, 1999 at 05:43:33PM +0900
> We have just started a project to develop an MPI-based ocaml compiler
> for an NEC's massively parallel machine called Cenju-4. The target
> machine comes with sixty-four R4000 processors communicating via
> highspeed processor network. Unfortunately, the MIPS family the latest
> version of ocaml supports seems to be R10000 or higher.
I don't have my MIPS manuals handy right now, but as far as I can
remember, all MIPS processors except the R2000 and R3000 should work.
>From the nice logs made available by Yozo Toda, the problem seems to
be with the operating system rather than with the processors. Namely,
there is one piece of strongly OS-specific code in the ocamlopt
runtime system. It's a signal handler that needs (on some target
processors, including the MIPS) to access the saved register state at
the time the signal was taken. How to do so depends strongly on the
operating system. The current code for the MIPS works on IRIX and
perhaps Ultrix as well, but doesn't seem to work on your
machine. You'll have to look at the manual pages for signal-handling
routines, and perhaps also at /usr/include/signal.h, to see how to do
it for your operating system.
Regards,
- Xavier Leroy
next prev parent reply other threads:[~1999-09-01 7:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-08-23 8:43 Ken Wakita
1999-08-23 15:55 ` Yozo Toda
1999-08-31 19:16 ` Xavier Leroy [this message]
1999-09-01 15:23 ` Y2K related changes Friedman Roy
1999-09-06 17:52 ` Xavier Leroy
[not found] ` <37D79CA3280.39A6KEN.WAKITA@mail.is.titech.ac.jp>
1999-09-16 13:22 ` Ocamlopt for R4000? Xavier Leroy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=19990831211612.50360@pauillac.inria.fr \
--to=xavier.leroy@inria.fr \
--cc=Ken.Wakita@is.titech.ac.jp \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox