You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed building TCLB on macOS. Main issues are related to sed, and find being non compatible between macOS and Linux's, so some options had to be adjusted.
The error is something like:
Error in`.rowNamesDF<-`(x, value = value) :
duplicate 'row.names' are not allowed
The commit with fixed build (don't think the changes are needed in the main repo yet, because not many people are using it on Mac probably, but wanted to have it somewhere for people in the future) - shkodm@71ab67f
Apart from this everything worked smoothly, installed most of dependencies via homebrew via install.sh script.
With mpirun -np 4 CLB/d2q9/main flow/2d/karman.xml I get (on M2 chip)
I fixed building TCLB on macOS. Main issues are related to
sed
, andfind
being non compatible between macOS and Linux's, so some options had to be adjusted.The error is something like:
The commit with fixed build (don't think the changes are needed in the main repo yet, because not many people are using it on Mac probably, but wanted to have it somewhere for people in the future) - shkodm@71ab67f
Apart from this everything worked smoothly, installed most of dependencies via homebrew via
install.sh
script.With
mpirun -np 4 CLB/d2q9/main flow/2d/karman.xml
I get (on M2 chip)around 120 MLBUps this is quite good actually. On the QuadroP200 I get 2000MLBUps
The text was updated successfully, but these errors were encountered: