diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index b88406f..8a3da78 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -37,7 +37,7 @@ "state": { "type": "markdown", "state": { - "file": "4a1s/CP/PL - Aula 6.md", + "file": "4a1s/CP/Untitled.md", "mode": "source", "source": false } @@ -110,7 +110,7 @@ "state": { "type": "backlink", "state": { - "file": "4a1s/CP/PL - Aula 6.md", + "file": "4a1s/CP/Untitled.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -127,7 +127,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "4a1s/CP/PL - Aula 6.md", + "file": "4a1s/CP/Untitled.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -150,7 +150,7 @@ "state": { "type": "outline", "state": { - "file": "4a1s/CP/PL - Aula 6.md" + "file": "4a1s/CP/Untitled.md" } } }, @@ -185,8 +185,9 @@ }, "active": "cca189cd61cd7fe5", "lastOpenFiles": [ - "My Digital Garden.md", "4a1s/CP/PL - Aula 6.md", + "4a1s/CP/Untitled.md", + "My Digital Garden.md", "Pasted image 20231018122801.png", "Images/Pasted image 20231018121319.png", "Images/Pasted image 20231018120412.png", diff --git a/4a1s/CP/Untitled.md b/4a1s/CP/Untitled.md new file mode 100644 index 0000000..7903a6d --- /dev/null +++ b/4a1s/CP/Untitled.md @@ -0,0 +1,3 @@ +In some scientific fields, the simulation of entities' behaviours is useful since it provides researchers a visual resource which they may control, facilitating their task of correlating input data and effects produced. Moreover, the more complex such simulations progressively become, the more resource-costly and time-intensive they are potentially rendered. This way, it is crucial that their development is over viewed under a resource-aware lens. The application of optimisation techniques proposes the preservation of essential code while making use of more efficient instructions, minimizing the strain on available resources. + +In this paper we propose an alternate version of the c program provided within the course of Computação Paralela, taught at University of Minho, which represents a molecular dynamic's simulation of Argon atoms. This alternative version aims to minimize the time and resources consumed in its rendering, explaining the techniques utilized and how they have achieved this goal.