Ice Sheet System Model  4.18
Code documentation
Threads Directory Reference

Files

file  issm_threads.h [code]
 prototypes for issm_threads.h
 
file  LaunchThread.cpp [code]
 launch thread in a generic way, covering single and multi-threaded cases This routine attempts to simplify management of multi-threading. When multi-threadeing is not requested (serial run), LaunchThread will just call the function (provided in argument list), nothing fancy there. If multi-threading is requested, LaunchThread will launch the function on multiple threads (num_threads of them), and provide these functions with the local data they need (folded in the "gate" structure) + the thread id + the number of threads All this info is collected in the pthread_handle structure.
 
file  PartitionRange.cpp [code]
 : return i0,i1, range of local thread.