Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vc0j7o$nbdt$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vc0j7o$nbdt$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Thomas Koenig <tkoenig@netcologne.de>
Newsgroups: comp.arch
Subject: Re: Computer architects leaving Intel...
Date: Fri, 13 Sep 2024 05:40:08 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <vc0j7o$nbdt$1@dont-email.me>
References: <2024Aug30.161204@mips.complang.tuwien.ac.at>
 <memo.20240830164247.19028y@jgd.cix.co.uk> <vasruo$id3b$1@dont-email.me>
 <2024Aug30.195831@mips.complang.tuwien.ac.at> <vat5ap$jthk$2@dont-email.me>
 <vaunhb$vckc$1@dont-email.me> <vautmu$vr5r$1@dont-email.me>
 <2024Aug31.170347@mips.complang.tuwien.ac.at>
 <vavpnh$13tj0$2@dont-email.me> <vb00c2$150ia$1@dont-email.me>
 <505954890d8461c1f4082b1beecd453c@www.novabbs.org>
 <vb0kh2$12ukk$1@dont-email.me> <vb3smg$1ta6s$1@dont-email.me>
 <vb4q5o$12ukk$3@dont-email.me> <vb7b0v$3d1o7$1@dont-email.me>
 <20240912231016.00004048@yahoo.com>
Injection-Date: Fri, 13 Sep 2024 07:40:09 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="dbc7d0a15bd17a7710696a18532ada9c";
	logging-data="765373"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+cxb4YllAKiF/MqqDciUqxZpqPeTSE2XQ="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:OU9spynFN5StC5DV7+fKflRVo7w=
Bytes: 1912

Michael S <already5chosen@yahoo.com> schrieb:

> In order to make comparison I have to port a test bench first, because
> while most of this languages are able, with various level of
> difficulties, to call C routines, none of them can be called from 'C',
> at least at my level of knowledge.

If you declare a Fortran procedure BIND(C), you can call it from C.
gfortran will give you the C prototype with -fc-prototypes.

Or, if you don't declare it BIND(C) and it uses old-style code,
you can use -fc-prototypes-external.