wiki:public/doc-auto/by_ext/gem/S_gem_threads
Last modified 3 years ago Last modified on 01/21/16 13:49:09

Input file gem keyword $GEM_THREADS

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/HAYEKIT/ab1d.gem

  3:    $GEM_THREADS
  4-      1
   ...

C/calcite_gems/calcite.gem

  3:    $GEM_THREADS
  4-      8
   ...

C/comedy2d/cement2d.gem

  3:    $GEM_THREADS
  4-     8
   ...

PETSc/ConcreteCrack/decal.gem

  5:    $GEM_THREADS
  6-     4
   ...

PETSc/TransLay2d/lag2d.gem

  5:    $GEM_THREADS
  6-      4
   ...

Source code reading this keyword from Input files

FEM/rf_REACT_GEM.cpp line 2671

2671: 			continue;
2672: 		}
2673: 
2674: 		/// Key word "$GEM_THREADS" : next line contains the number of GEMS3K worker threads to be started (for each MPI process). The minimum number of threads is 1!.......................
2672: 		}
2673: 
2674: 		/// Key word "$GEM_THREADS" : next line contains the number of GEMS3K worker threads to be started (for each MPI process). The minimum number of threads is 1!.......................
2675: 		if ( line_string.find ( "$GEM_THREADS" ) != string::npos )
2675: 		if ( line_string.find ( "$GEM_THREADS" ) != string::npos )
2676: 		{
2676: 		{
2677: 			// subkeyword found
2677: 			// subkeyword found
2678: 			in.str ( GetLineFromFile1 ( gem_file ) );

Last modified: 2016-01-21 13:48:59.670590

This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.

If you want to edit the handwritten part of this page, please do so here.