Initial commit of master's thesis
This is the version I submitted to RWTH Aachen University at November 9, 2018.
This commit is contained in:
BIN
images/GID_multicast.odg
Normal file
BIN
images/GID_multicast.odg
Normal file
Binary file not shown.
BIN
images/GID_unicast.odg
Normal file
BIN
images/GID_unicast.odg
Normal file
Binary file not shown.
BIN
images/GRH.odg
Normal file
BIN
images/GRH.odg
Normal file
Binary file not shown.
BIN
images/LRH.odg
Normal file
BIN
images/LRH.odg
Normal file
Binary file not shown.
BIN
images/MAD.odg
Normal file
BIN
images/MAD.odg
Normal file
Binary file not shown.
12
images/Makefile
Normal file
12
images/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
SRCS = $(wildcard *.odg)
|
||||
PDFS = $(patsubst %.odg,%.pdf,$(SRCS))
|
||||
|
||||
all: $(PDFS)
|
||||
|
||||
%.pdf: %.odg
|
||||
libreoffice --convert-to pdf $<
|
||||
|
||||
clean:
|
||||
rm -f *.pdf
|
||||
|
||||
.PHONE: clean
|
BIN
images/communication_manager.odg
Normal file
BIN
images/communication_manager.odg
Normal file
Binary file not shown.
BIN
images/configuration_system.odg
Normal file
BIN
images/configuration_system.odg
Normal file
Binary file not shown.
BIN
images/congestion_control.odg
Normal file
BIN
images/congestion_control.odg
Normal file
Binary file not shown.
BIN
images/event_based_polling.odg
Normal file
BIN
images/event_based_polling.odg
Normal file
Binary file not shown.
BIN
images/flow_control_diagram.odg
Normal file
BIN
images/flow_control_diagram.odg
Normal file
Binary file not shown.
BIN
images/flow_control_packet.odg
Normal file
BIN
images/flow_control_packet.odg
Normal file
Binary file not shown.
BIN
images/iba_arbiter.odg
Normal file
BIN
images/iba_arbiter.odg
Normal file
Binary file not shown.
BIN
images/iba_model.odg
Normal file
BIN
images/iba_model.odg
Normal file
Binary file not shown.
BIN
images/iba_packet_format.odg
Normal file
BIN
images/iba_packet_format.odg
Normal file
Binary file not shown.
BIN
images/memory_alignment.odg
Normal file
BIN
images/memory_alignment.odg
Normal file
Binary file not shown.
BIN
images/memory_alignment_legend.odg
Normal file
BIN
images/memory_alignment_legend.odg
Normal file
Binary file not shown.
BIN
images/memory_iba.odg
Normal file
BIN
images/memory_iba.odg
Normal file
Binary file not shown.
BIN
images/message_segmentation.odg
Normal file
BIN
images/message_segmentation.odg
Normal file
Binary file not shown.
BIN
images/network_stack.odg
Normal file
BIN
images/network_stack.odg
Normal file
Binary file not shown.
BIN
images/numa_nodes.odg
Normal file
BIN
images/numa_nodes.odg
Normal file
Binary file not shown.
BIN
images/openfabrics_stack.odg
Normal file
BIN
images/openfabrics_stack.odg
Normal file
Binary file not shown.
BIN
images/poll_based_polling.odg
Normal file
BIN
images/poll_based_polling.odg
Normal file
Binary file not shown.
BIN
images/poll_event_comparison_legend.odg
Normal file
BIN
images/poll_event_comparison_legend.odg
Normal file
Binary file not shown.
BIN
images/qp_communication.odg
Normal file
BIN
images/qp_communication.odg
Normal file
Binary file not shown.
BIN
images/qp_states.odg
Normal file
BIN
images/qp_states.odg
Normal file
Binary file not shown.
BIN
images/read_implementation.odg
Normal file
BIN
images/read_implementation.odg
Normal file
Binary file not shown.
BIN
images/read_write_implementation_legend.odg
Normal file
BIN
images/read_write_implementation_legend.odg
Normal file
Binary file not shown.
BIN
images/sm_states.odg
Normal file
BIN
images/sm_states.odg
Normal file
Binary file not shown.
BIN
images/via_model.odg
Normal file
BIN
images/via_model.odg
Normal file
Binary file not shown.
BIN
images/via_states.odg
Normal file
BIN
images/via_states.odg
Normal file
Binary file not shown.
BIN
images/villas_benchmark.odg
Normal file
BIN
images/villas_benchmark.odg
Normal file
Binary file not shown.
BIN
images/villas_read.odg
Normal file
BIN
images/villas_read.odg
Normal file
Binary file not shown.
BIN
images/villas_read_iba.odg
Normal file
BIN
images/villas_read_iba.odg
Normal file
Binary file not shown.
BIN
images/villas_read_iba_legend.odg
Normal file
BIN
images/villas_read_iba_legend.odg
Normal file
Binary file not shown.
BIN
images/villas_read_legend.odg
Normal file
BIN
images/villas_read_legend.odg
Normal file
Binary file not shown.
BIN
images/villas_write.odg
Normal file
BIN
images/villas_write.odg
Normal file
Binary file not shown.
BIN
images/villas_write_iba.odg
Normal file
BIN
images/villas_write_iba.odg
Normal file
Binary file not shown.
BIN
images/villas_write_iba_legend.odg
Normal file
BIN
images/villas_write_iba_legend.odg
Normal file
Binary file not shown.
BIN
images/villas_write_legend.odg
Normal file
BIN
images/villas_write_legend.odg
Normal file
Binary file not shown.
BIN
images/villasframework.odg
Normal file
BIN
images/villasframework.odg
Normal file
Binary file not shown.
BIN
images/villasnode.odg
Normal file
BIN
images/villasnode.odg
Normal file
Binary file not shown.
BIN
images/villasnode_implementation.odg
Normal file
BIN
images/villasnode_implementation.odg
Normal file
Binary file not shown.
BIN
images/villasnode_states.odg
Normal file
BIN
images/villasnode_states.odg
Normal file
Binary file not shown.
BIN
images/write_implementation.odg
Normal file
BIN
images/write_implementation.odg
Normal file
Binary file not shown.
Reference in New Issue
Block a user