Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sang-ri

Pages: 1 ... 3 4 [5]
61
Uncertainty Quantification (quoFEM) / Re: Running on quoFEM
« on: September 21, 2021, 05:41:36 PM »
Hi Rashad,

Thank you for the screenshots. One possibility is that quoFEM is grabbing the wrong python executable. Could you please try the following?

1. In the search box on the Windows taskbar, type regedit, then select "Registry Editor" from the results.
2. Go to Computer\HKEY_CURRENT_USER\Software\SimCenter\Common
3. Check if the python executable path written in "pythonExePath" is valid. Probably this is not a valid path.
4. By double-clicking the "pythonExePath", modify the value to the python executable that is bundled with quoFEM. You can find this path from the preference window of the quoFEM.
5. Try running examples again (You don't need to restart the app)

Please let us know if it works.

Sang-ri

62
Uncertainty Quantification (quoFEM) / Re: Dakota Error
« on: February 08, 2021, 11:04:38 PM »
It seems that your opensees script is trying to import an output file (force.out) before it is fully written. In default, opensees does not finish writing until the process reaches the end of the input script. Alternatively, you can manually force to save your recordings earlier by putting the "remove recorders" command. Please try the revised script and let us know if you still see the problem:

Line 173 added: remove recorders
Line 187 added: set result [lreplace $result end end]

Line 187 is to get rid of the extra newline at the end of the output file.

Thanks,
Sang-ri

Pages: 1 ... 3 4 [5]