CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > CONVERGE

Maximum Number of Processors - Abort trace

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 11, 2023, 22:43
Default Maximum Number of Processors - Abort trace
  #1
Member
 
Ramesh K
Join Date: Dec 2009
Location: Bangalore
Posts: 73
Rep Power: 16
RameshK is on a distinguished road
Send a message via Yahoo to RameshK
Hi


I am trying to run a simulation using CONVERGE CFD and if I give the total process count more than 240 the job is getting killed and abort trace files are generated
Stack trace(s) written to abort_trace_rank[#].out
I am running on an HPC with 32 nodes and each node has 24 cpu processors my slrum script is something like this




#!/bin/bash
# Slurm job submission script for Kinetics and SRM Engine Suite.
# It is being used by a wrapper script.
# DO NOT EXECUTE THIS DIRECTLY ON THE COMMAND LINE!
# DO NOT SUBMIT THIS DIRECTLY TO SLURM!

#!SBATCH --nodes=3 # -N number of nodes
#SBATCH --ntasks=240 # total, <=number of nodes*20
#SBATCH --output ShipFlow.%u.%j.%N.stdout.txt # (%u,%j,%N)=(user, job allocation #, node)
#SBATCH --error ShipFlow.%u.%j.%N.errout.txt #
#SBATCH --mail-type=END,FAIL # notifications for job done & fail
#SBATCH --hint=nomultithread
#! Number of nodes and tasks per node allocated by SLURM (do not change):
#!numnodes=$SLURM_JOB_NUM_NODES
#!mpi_tasks_per_node=$(echo "$SLURM_TASKS_PER_NODE" | sed -e 's/^\([0-9][0-9]*\).*$/\1/')

#! Number of MPI tasks to be started by the application per node and in total (do not change):
#!np=$[${numnodes}*${mpi_tasks_per_node}]

CMD="mpirun -n 240 converge-hpcx -l super"
echo -e "\nExecuting command:\n$CMD\n==================\n"
eval $CMD






any idea why I am unable to use more resources
RameshK is offline   Reply With Quote

Old   May 31, 2023, 11:07
Default
  #2
New Member
 
awaikar's Avatar
 
Ameya Waikar
Join Date: Jun 2021
Location: Madison
Posts: 9
Rep Power: 4
awaikar is on a distinguished road
Hello, can you reach out to us at: support@convergecfd.com . Thank you.
__________________
Ameya Waikar
Support Engineer II
New Applications
https://convergecfd.com/
awaikar is offline   Reply With Quote

Reply


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
Foam::error::PrintStack almir OpenFOAM Running, Solving & CFD 92 May 21, 2024 07:56
[General] Extracting ParaView Data into Python Arrays Jeffzda ParaView 30 November 6, 2023 21:00
[snappyHexMesh] SnappyHexMesh - decomposePar problem AlexandrosVouros OpenFOAM Meshing & Mesh Conversion 18 May 18, 2023 02:39
GenerateVolumeMesh Error - Surface Wrapper Self Interacting (?) AndreP STAR-CCM+ 10 August 2, 2018 07:48
simpleFoam parallel AndrewMortimer OpenFOAM Running, Solving & CFD 12 August 7, 2015 18:45


All times are GMT -4. The time now is 06:42.