|
[Sponsors] |
June 1, 2017, 19:07 |
Optimization of HPC job
|
#1 |
Senior Member
raunak jung pandey
Join Date: Jun 2016
Posts: 102
Rep Power: 10 |
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 |
|
June 5, 2017, 14:20 |
|
#2 |
Senior Member
Erik
Join Date: Feb 2011
Location: Earth (Land portion)
Posts: 1,186
Rep Power: 23 |
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? |
|
Tags |
hpc cluster, mpi parallel, optimization parallel |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
bash script for pseudo-parallel usage of reconstructPar | kwardle | OpenFOAM Post-Processing | 42 | May 8, 2024 00:17 |
Job submit code in HPC for Workbench | beyonder1 | CFX | 0 | January 6, 2016 12:18 |
Job submit code in HPC for Workbench | beyonder1 | ANSYS | 0 | January 4, 2016 09:58 |
Slow Cases using HPC and PBS job scheduler | Alhasan | OpenFOAM Running, Solving & CFD | 5 | February 1, 2015 12:07 |
HPC manager job submission in powershell | ACmate | Siemens | 0 | January 30, 2015 05:11 |