Answer
Oct 25, 2017 - 10:02 PM
Hello;
So you need to modify the following piece of code to include your license interms of Dongle license (it works with me after modification):
settings = pscad.settings(cl_use_advanced='false', fortran_version=fortran_version);
The modification is change the value of "cl_use_advanced" (i.e. the license type); from 'True' to 'False', so it will sense your license.
All the best
Ahmed Moawwad
So you need to modify the following piece of code to include your license interms of Dongle license (it works with me after modification):
settings = pscad.settings(cl_use_advanced='false', fortran_version=fortran_version);
The modification is change the value of "cl_use_advanced" (i.e. the license type); from 'True' to 'False', so it will sense your license.
All the best
Ahmed Moawwad
Add New Comment