[erlang-questions] Easy way to tell of SMP is enabled
Ulf Wiger (TN/EAB)
ulf.wiger@REDACTED
Mon Nov 20 19:16:05 CET 2006
erlang:system_info(smp_support) -> true | false
or call erlang:system_info(system_version) and parse the
string.
BR,
Ulf W
> -----Original Message-----
> From: erlang-questions-bounces@REDACTED
> [mailto:erlang-questions-bounces@REDACTED] On Behalf Of James Hague
> Sent: den 20 november 2006 16:11
> To: Erlang Users' List
> Subject: [erlang-questions] Easy way to tell of SMP is enabled
>
> How can I tell if SMP support is enabled for the emulator? I
> want to verify that I compiled it correctly for SMP support.
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>
More information about the erlang-questions
mailing list