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 - fmk

Pages: 1 ... 11 12 [13] 14 15 16
181
Programming Bootcamp / Re: Openmp on multiple cores/nodes
« on: August 18, 2020, 05:00:57 AM »
while MPI jobs can run on multiple nodes and single nodes avail to rn on either shared memory or distributed memory machines), openmp jobs are limited to running on a single node. they are shared memory applications.

182
thanks. can confirm issue. will look at over weekend to see if it the input file or app. looks like app at present.

184
Programming Bootcamp / Re: Synching new updates from SimCenter's Github
« on: August 13, 2020, 11:36:56 PM »
Caroline

the problem is with your upstream github repo, it is the same as your origin .. in powershell issue the following:

git remote rm upstream
git remote add upstream https://github.com/NHERI-SimCenter/SimCenterBootcamp2020.git

and then go to the

git fetch upstream
git merge upstream/master



185
feedback in this forum.

186
i attach a figure i will add to the documentation.

187
Wind Engineering (WE-UQ) / Re: Building WE-UQ server on alternative HPC
« on: August 07, 2020, 07:48:29 PM »
the problem will be hooking up the frontend with the backend. currently the UI creates some files, these are transferred to stampede and then run there. when running there it runs OpenFOAm and then a program called dakota. Both the front end and backend could be built, the problem child is the file transfer and launching a job. These are done using TACC's Tapis interface using http requests made using the curl lib. You could of course manually transfer files and launch jobs on the HPC.

188
face 5 is the roof. i see that the documentation is insufficient. i will update the documentation and provide you with an example. hopefully tomorrow.

189
thanks for the update. if you have any suggestions on the tool please let us know.

190
thanks. i ran it and replicated the error. the OpenFOAM simulation was failing to run with 1 processor. I have updated the num processors (for OpenFOAM that info is specified in the Simulation Control tab of the Event widget) and I ran the openfoam for a single time step, which worked. I am now running for a 12 sec (not your 120sec) duration to see if that works and I get the building to deform.

191
ok .. i have added it to our list of features to be added in our Jira system .. currently scheduled for our version 3.0.0 release which is due end of sept. if we can get a minor minor release out before then and it is included, i will notify you through this thread.

192
can you save the input setup using the file save option and attach it.

193
Earthquake Engineering (EE-UQ) / Re: EVT tab backend
« on: August 03, 2020, 06:26:43 PM »
if you are talking about the PEER NGA Records EVT option, the code that actually downloads the records is part of the Frontend of the application (the reords are obtained when you press the 'secet Records' button). Once downloaded, the backend code iss just using the Multiple PEER application running in the backend. At present this means you have to go through the EE_UQ tool to download the records. An option for you is to edit the saved EE-UQ file directly with whatever options you want, the load this file in EE_UQ and then hit the Select Records button to download the files.

the code for downloading the code is in PeerNGAWest2Client in the following folder

https://github.com/NHERI-SimCenter/EE-UQ/tree/master/EVENTS/peerNGA

194
it is not implemented .. as we are calling the PEER interface directly with the user specified spectrum, that feature you request would only be possible if it is available through the PEER server .. at present it does not appear to be (at least I cannot find it) .. if you can find the option and can point it out or if you have a workaround let us know and I will see if we can implement it.

195
We will consider multi=support for EE-UQ for future inclusion.  is this specifically for bridges or do you envision it's use in buildings?

Can you provide more details as to why you think it should be in WE-UQ.

As to an alternative solution while we develop it, you can use quoFEM.

Pages: 1 ... 11 12 [13] 14 15 16