CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Siemens > STAR-CCM+

Oversubscribing in parallel

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 18, 2018, 10:50
Default Oversubscribing in parallel
  #1
New Member
 
Manuel Reta
Join Date: Mar 2018
Location: Edinburgh
Posts: 1
Rep Power: 0
Reta is on a distinguished road
Hi

just wondering if anybody could help me with a small problem i'm having.
I'm running star in batch mode but anytime I go over np=16, which are the number of cores per machine. I oversubscribe the process wasting away the other nodes I have access to since i focuses on the

From what I have researched its not a problem with the the submission file but perhaps with how I have the simulation itself setup.


#!/bin/sh
# Grid Engine options (lines prefixed with #$)
#$ -N HighRes ##Rename job
#$ -cwd ##Directory where the job is run
#$ -pe sharedmem 32
#$ -l h_rt=8:00:00
#$ -l h_vmem=16G
#$ -M s1403217@sms.ed.ac.uk ## Email when the job begins and starts
#$ -m beas
#$ -j y
# These options are:
# job name: -N
# use the current working directory: -cwd
# runtime limit of 5 minutes: -l h_rt
# memory limit of 1 Gbyte: -l h_vmem

# Initialise the environment modules
. /etc/profile.d/modules.sh

# Load Star
module load eng/starccm+/11.06
starccm+ -batch SimpleRun.java -np 32 HighResV2@meshed.sim


thats the kind of submission script i have with just a difference of using mpi instead of sharedmem and loading the mpi with a module load.

Thanks for any help, I feel like its just a simple solution im missing here.
Reta is offline   Reply With Quote

Old   March 18, 2018, 23:10
Default
  #2
Senior Member
 
Join Date: Nov 2010
Location: USA
Posts: 1,232
Rep Power: 24
me3840 is on a distinguished road
You may have to specify the nodelist with the -machinefile flag.
me3840 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
problem during mpi in server: expected Scalar, found on line 0 the word 'nan' muth OpenFOAM Running, Solving & CFD 3 August 27, 2018 04:18
Explicitly filtered LES saeedi Main CFD Forum 16 October 14, 2015 11:58
simpleFoam parallel AndrewMortimer OpenFOAM Running, Solving & CFD 12 August 7, 2015 18:45
simpleFoam in parallel issue plucas OpenFOAM Running, Solving & CFD 3 July 17, 2013 11:30
parallel Grief: BoundaryFields ok in single CPU but NOT in Parallel JR22 OpenFOAM Running, Solving & CFD 2 April 19, 2013 16:49


All times are GMT -4. The time now is 20:21.