Skip to content

Commit

Permalink
feat: Disable dimensions in the build command
Browse files Browse the repository at this point in the history
The changes in this commit focus on updating the build command in the README file to include the `-disable-dimensions` flag when compiling the `burstingBubble.c` program. This flag is necessary to disable the automatic dimension handling in the compiler. I prefer working with dimensionless variables and usually know what I am doing.. :D
  • Loading branch information
VatsalSy committed Sep 29, 2024
1 parent 3461dbe commit 8932e55
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
38 changes: 0 additions & 38 deletions README.html

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ event logWriting (i+=100) {
## Running the code
~~~bash
#!/bin/bash
qcc -fopenmp -Wall -O2 burstingBubble.c -o burstingBubble -lm
qcc -fopenmp -Wall -O2 burstingBubble.c -o burstingBubble -lm -disable-dimensions
export OMP_NUM_THREADS=8
./burstingBubble 10 0.25 1e-3 1e-2 5.0
~~~
Expand Down
Binary file removed README.pdf
Binary file not shown.

0 comments on commit 8932e55

Please sign in to comment.