CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Hardware

Optimization of HPC job

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 1, 2017, 18:07
Default Optimization of HPC job
  #1
Senior Member
 
raunak jung pandey
Join Date: Jun 2016
Posts: 102
Rep Power: 9
raunakjung is on a distinguished road
I am using I am using a HPC
Apro green server
Centos 6.3 Linux based
256 core

Since the HPC has time limit 72:00:00 I am not able to finish my calculation within the time. How could I optimize my resources use to finish job in time.
I can use Distributed MPI parallel for my calculations

Thank You


Following is my script file :
#@ resources = ConsumableCpus (1) ConsumableMemory(2gb)

#@ wall_clock_limit =72:00:00

#@ total_tasks =32

#@ blocking =unlimited
. /applic/Applications/env_setup/cfx_v150.env

nodes=`cat $LOADL_HOSTFILE`
nodes=`echo $nodes | sed -e 's/ /,/g'`

export CFX5RSH=ssh

cfx5solve -mdef CFX.mdef -start-method "Platform MPI Distributed Parallel" -par -def
raunakjung is offline   Reply With Quote

Old   June 5, 2017, 13:20
Default
  #2
Senior Member
 
Erik
Join Date: Feb 2011
Location: Earth (Land portion)
Posts: 1,167
Rep Power: 23
evcelica is on a distinguished road
You can set wall clock limit in CFX Pre. So the simulation will stop at say...71 hours.
Can you then just restart the simulation using the previous results file as initial conditions? Therefore, just breaking it into two+ runs?
evcelica is offline   Reply With Quote

Reply

Tags
hpc cluster, mpi parallel, optimization parallel

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
bash script for pseudo-parallel usage of reconstructPar kwardle OpenFOAM Post-Processing 41 August 23, 2023 02:48
Job submit code in HPC for Workbench beyonder1 CFX 0 January 6, 2016 11:18
Job submit code in HPC for Workbench beyonder1 ANSYS 0 January 4, 2016 08:58
Slow Cases using HPC and PBS job scheduler Alhasan OpenFOAM Running, Solving & CFD 5 February 1, 2015 11:07
HPC manager job submission in powershell ACmate Siemens 0 January 30, 2015 04:11


All times are GMT -4. The time now is 09:51.