Author Topic: Solving time dependent problem in Parallel (SunGrid)  (Read 4756 times)

abbhuiya

  • Jr. Member
  • **
  • Posts: 14
Solving time dependent problem in Parallel (SunGrid)
« on: May 19, 2014, 01:46:20 PM »


Dear Sir,

I have been using the following commands to solve a time dependent problem in parallel feap (single processor, SunGrid).

BATCh
 PROP
 DT,,1
 END
 
 BATCh
! DIREct,BLOCk
!DIREct,BLOCk,40000000
 DIREct,SPARse
 TANG
 LOOP,time,          10
 TIME
 FORM
 SOLVE
 NEXT,time
 END
 STOP

When I checked the Ofeap file, I didn't find any results for the commands TANG, LOOP, TIME, FORM, SOLVE, etc....... I have attached the ofeap file as well.  What am I doing wrong? I could solve time independent problem successfully. Is there any special instruction for time dependent problem?

Best Regards

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Solving time dependent problem in Parallel (SunGrid)
« Reply #1 on: May 19, 2014, 09:44:05 PM »
(1) do not use direct sparse (this is only for FEAPs built-in solvers)
(2) you need to execute with mpirun/mpiexec if you want to be using "parallel" PETSc solvers
(3) you need to turn on PETSc
(4) You need to create your input file using 'GRAPh,NODE,1' + 'OUTDomains'