Replies: 1 comment 4 replies
-
Something like this:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a pre-defined workflow which is working quite well for me, however I would like to use numpy based multi-processing from frads to speed up multiplication of binary matrices & xml files.
I am trying to use "dctsnp" as shown in the radiance workshop in Bilbao:
extension://bfdogplmndidlpjfhoijckpakkdjkkil/pdf/viewer.html?file=https%3A%2F%2Fwww.radiance-online.org%2Fcommunity%2Fworkshops%2F2021-bilbao-spain-2%2Fpresentations%2F19_thursday%2Ffrads.pdf
I am running WSL and have setup a virtual environment for python, currently I tried to use it like so (without success):
python3 -c "import frads; dctsnp -m /matrices/cds/cdsDDS.mtx -s /skyVectors/NYCsunM4.smx -o /matrices/tempRSun.mtx"
However it seems like a lot has changed between 2021 and now, and I would be grateful if you could kindly let me know how to achieve the same functionality as of the frads of today :)
It would also be helpful to be able to define the number of processors to be used for this task.
With Gratitude,
Hamza
Beta Was this translation helpful? Give feedback.
All reactions