Search found 3 matches

by yud
Thu Mar 11, 2021 8:13 pm
Forum: OpenSeesPy
Topic: openseespy on HPC parallel scheduler
Replies: 2
Views: 3585

Re: openseespy on HPC parallel scheduler

Thank you for the quick response! :)
This is what I got.
When it comes to parallel calculations, there are two cases.
  • First case, how to parallel calculate one node CPU
  • The second case, which calculates parallel calculations of multiple nodes and each node CPU.
The reference video is the first case.
Only the second case is available at the Supercomputing Center using the SGE scheduler. Therefore, OpenSeesPy should support the SGE scheduler.
Please check this part.
I want to know if Openseespy support the SGE scheduler.
Thank you!
by yud
Wed Mar 10, 2021 6:16 pm
Forum: Parallel Processing
Topic: openseespy on HPC parallel scheduler
Replies: 0
Views: 12916

openseespy on HPC parallel scheduler

Hi everyone :D,

I am trying to run my analysis on a super computing center and I am facing some difficulties. I wonder if anyone has experience running openseespy in HPC. Thanks!
It seems that openseespy does not support Parallel Scheduler. Although parallel computation is possible in one linux system, it cannot be used in HPC Cluster (multiple nodes).

On the openssespy site, there is no information about Parallel Scheduler support.

However, it may be possible because it uses the mpiexec command. However, this will only be possible with support from the openssespy library.

I tested it several times, but it didn't work.

I have installed miniconda on the cluster now.

When I tested the sample code, hello.py, it doesn't seem to be supported.

When I test it, I get error. (not support parallel processor)
by yud
Wed Mar 10, 2021 6:14 pm
Forum: OpenSeesPy
Topic: openseespy on HPC parallel scheduler
Replies: 2
Views: 3585

openseespy on HPC parallel scheduler

Hi everyone :D,

I am trying to run my analysis on a super computing center and I am facing some difficulties. I wonder if anyone has experience running openseespy in HPC. Thanks!
It seems that openseespy does not support Parallel Scheduler. Although parallel computation is possible in one linux system, it cannot be used in HPC Cluster (multiple nodes).

On the openssespy site, there is no information about Parallel Scheduler support.

However, it may be possible because it uses the mpiexec command. However, this will only be possible with support from the openssespy library.

I tested it several times, but it didn't work.

I have installed miniconda on the cluster now.

When I tested the sample code, hello.py, it doesn't seem to be supported.

When I test it, I get error. (not support parallel processor)