Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
Project: cocalc-sagemath-dev-slelievre
Views: 418346SDDFA12#137:3// "description" "Trace Record when a machine starts"4"Start Machine" {5// "Time" "timeStamp"6int "timeStamp"[];7// "Seconds" "Floating Point timeStamp"8double "Seconds";9// "ID" "Event ID"10int "Event Identifier";11// "Node" "Machine number"12int "Machine Number";13};;1415#145:16// "description" "Trace Record when a machine ends"17"End Machine" {18// "Time" "timeStamp"19int "timeStamp"[];20// "Seconds" "Floating Point timeStamp"21double "Seconds";22// "ID" "Event ID"23int "Event Identifier";24// "Node" "Machine number"25int "Machine Number";26};;2728#153:29// "description" "Trace Record for a new process"30"New Process" {31// "Time" "timeStamp"32int "timeStamp"[];33// "Seconds" "Floating Point timeStamp"34double "Seconds";35// "ID" "Event ID"36int "Event Identifier";37// "Node" "Machine number"38int "Machine Number";39// "Process" "Process ID"40int "Process ID";41};;4243#241:44// "description" "Trace Record when a process is labelled"45"Label Process" {46// "Time" "timeStamp"47int "timeStamp"[];48// "Seconds" "Floating Point timeStamp"49double "Seconds";50// "ID" "Event ID"51int "Event Identifier";52// "Node" "Machine number"53int "Machine Number";54// "Process" "Process ID"55int "Process ID";56// "Label" "Name of Process"57char "Label"[];58};;5960#161:61// "description" "Trace Record when a process is killed"62"Kill Process" {63// "Time" "timeStamp"64int "timeStamp"[];65// "Seconds" "Floating Point timeStamp"66double "Seconds";67// "ID" "Event ID"68int "Event Identifier";69// "Node" "Machine number"70int "Machine Number";71// "Process" "Process ID"72int "Process ID";73};;7475#169:76// "description" "Trace Record for a new thread"77"New Thread" {78// "Time" "timeStamp"79int "timeStamp"[];80// "Seconds" "Floating Point timeStamp"81double "Seconds";82// "ID" "Event ID"83int "Event Identifier";84// "Node" "Machine number"85int "Machine Number";86// "Process" "Process ID"87int "Process ID";88// "Thread" "Thread ID"89int "Thread ID";90// "Outport" "Outport ID"91int "Outport ID";92};;9394#177:95// "description" "Trace Record when a thread is killed"96"Kill Thread" {97// "Time" "timeStamp"98int "timeStamp"[];99// "Seconds" "Floating Point timeStamp"100double "Seconds";101// "ID" "Event ID"102int "Event Identifier";103// "Node" "Machine number"104int "Machine Number";105// "Process" "Process ID"106int "Process ID";107// "Thread" "Thread ID"108int "Thread ID";109};;110111#185:112// "description" "Trace Record when a thread is set to run"113"Run Thread" {114// "Time" "timeStamp"115int "timeStamp"[];116// "Seconds" "Floating Point timeStamp"117double "Seconds";118// "ID" "Event ID"119int "Event Identifier";120// "Node" "Machine number"121int "Machine Number";122// "Process" "Process ID"123int "Process ID";124// "Thread" "Thread ID"125int "Thread ID";126};;127128#193:129// "description" "Trace Record when a thread is suspended"130"Suspend Thread" {131// "Time" "timeStamp"132int "timeStamp"[];133// "Seconds" "Floating Point timeStamp"134double "Seconds";135// "ID" "Event ID"136int "Event Identifier";137// "Node" "Machine number"138int "Machine Number";139// "Process" "Process ID"140int "Process ID";141// "Thread" "Thread ID"142int "Thread ID";143};;144145#201:146// "description" "Trace Record when a thread is blocked"147"Block Thread" {148// "Time" "timeStamp"149int "timeStamp"[];150// "Seconds" "Floating Point timeStamp"151double "Seconds";152// "ID" "Event ID"153int "Event Identifier";154// "Node" "Machine number"155int "Machine Number";156// "Process" "Process ID"157int "Process ID";158// "Thread" "Thread ID"159int "Thread ID";160// "Receiving Channel" "Inport ID"161int "Inport ID";162// "Block Reason tag" "Block Reason"163int "Block Reason";164};;165166#209:167// "description" "Trace Record when a thread is deblocked"168"Deblock Thread" {169// "Time" "timeStamp"170int "timeStamp"[];171// "Seconds" "Floating Point timeStamp"172double "Seconds";173// "ID" "Event ID"174int "Event Identifier";175// "Node" "Machine number"176int "Machine Number";177// "Process" "Process ID"178int "Process ID";179// "Thread" "Thread ID"180int "Thread ID";181};;182183#217:184// "description" "Trace Record when a Message is sent"185"Send Message" {186// "Time" "timeStamp"187int "timeStamp"[];188// "Seconds" "Floating Point timeStamp"189double "Seconds";190// "ID" "Event ID"191int "Event Identifier";192// "Node" "Machine number"193int "Machine Number";194// "Sending Process" "Sending Process ID"195int "Sender Process ID";196// "Sending Channel" "Outport ID"197int "Outport ID";198// "Receiving Processor" "Receiving Processor Number"199int "Receiving Processor ID";200// "Receiving Process" "Receiving Process ID"201int "Receiving Process ID";202// "Receiving Channel" "Inport ID"203int "Inport ID";204// "Tag" "Tag ID"205int "Tag of the message";206};;207208#225:209// "description" "Trace Record when a Message is received"210"Receive Message" {211// "Time" "timeStamp"212int "timeStamp"[];213// "Seconds" "Floating Point timeStamp"214double "Seconds";215// "ID" "Event ID"216int "Event Identifier";217// "Node" "Machine number"218int "Machine Number";219// "Receiving Process" "Receiving Process ID"220int "Receiving Process ID";221// "Receiving Channel" "Inport ID"222int "Inport ID";223// "Sending Processor" "Sending Processor Number"224int "Sending Processor ID";225// "Sending Process" "Sending Process ID"226int "Sending Process ID";227// "Sending Channel" "Outport ID"228int "Outport ID";229// "Tag" "Tag ID"230int "Tag of the message";231// "Size of message" "Size of message in words"232int "Size in words";233};;234235#233:236// "description" "Trace Record containing Garbage Collection statistics"237"GC done" {238// "Time" "timeStamp"239int "timeStamp"[];240// "Seconds" "Floating Point timeStamp"241double "Seconds";242// "ID" "Event ID"243int "Event Identifier";244// "Node" "Machine number"245int "Machine Number";246// "GC generation" "GC up to this generation"247int "generation";248// "allocated" "heap allocated before GC"249long "allocSize";250// "collected" "heap data collected in GC"251long "collectSize";252// "live" "live heap data (heap consumption)"253long "liveData";254};;255256#257:257// "description" "Trace Record to start receiving messages"258"Start Communication" {259// "Time" "timeStamp"260int "timeStamp"[];261// "Seconds" "Floating Point timeStamp"262double "Seconds";263// "ID" "Event ID"264int "Event Identifier";265// "Node" "Machine number"266int "Machine Number";267};;268269#265:270// "description" "Trace Record after receiving messages"271"End Communication" {272// "Time" "timeStamp"273int "timeStamp"[];274// "Seconds" "Floating Point timeStamp"275double "Seconds";276// "ID" "Event ID"277int "Event Identifier";278// "Node" "Machine number"279int "Machine Number";280};;281282#19:283// "description" "Dump cost event"284"Dump Cost" {285// "Time" "Timestamp"286int "Timestamp"[];287// "Seconds" "Floating Point Timestamp"288double "Seconds";289// "ID" "Event ID"290int "Event Identifier";291// "Node" "Processor number"292int "Processor Number";293// "Interval Seconds" "Floating point interval duration"294double "Interval Seconds";295// "Interval" "Time interval"296int "Time Interval"[];297};;298299#65:300// "description" "Generic trace event"301"Generic Trace" {302// "Time" "Timestamp"303int "Timestamp"[];304// "Seconds" "Floating Point Timestamp"305double "Seconds";306// "ID" "Event ID"307int "Event Identifier";308// "Node" "Processor number"309int "Processor Number";310// "Data" "User data"311char "User Defined Data"[];312};;313314#66:315// "description" "Generic count event"316"Generic Count" {317// "Time" "Timestamp"318int "Timestamp"[];319// "Seconds" "Floating Point Timestamp"320double "Seconds";321// "ID" "Event ID"322int "Event Identifier";323// "Node" "Processor number"324int "Processor Number";325// "Count" "Event count"326int "Event Count";327};;328329#67:330// "description" "Generic interval event"331"Generic Interval" {332// "Time" "Timestamp"333int "Timestamp"[];334// "Seconds" "Floating Point Timestamp"335double "Seconds";336// "ID" "Event ID"337int "Event Identifier";338// "Node" "Processor number"339int "Processor Number";340// "Interval Seconds" "Floating point interval duration"341double "Interval Seconds";342// "Interval" "Time interval"343int "Time Interval"[];344};;345346347348