1
1

Distinguish between thread types

This commit was SVN r800.
Этот коммит содержится в:
Jeff Squyres 2004-02-14 03:39:59 +00:00
родитель 47075220c4
Коммит e2fd8c8db2

Просмотреть файл

@ -343,8 +343,8 @@ void laminfo::do_config(bool want_all)
out("Fortran90 profiling", "option:profiling:f90", f90profiling);
out("C++ exceptions", "option:cxx_exceptions", cxxexceptions);
out("POSIX thread support", "option:threads", pthreads);
out("Solaris thread support", "option:threads", sthreads);
out("POSIX thread support", "option:pthreads", pthreads);
out("Solaris thread support", "option:solaris_threads", sthreads);
out("Debug support", "option:debug", debug);
out("MPI parameter check", "option:mpi-param-check", paramcheck);