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

urgent help about cluster

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 11, 2013, 02:44
Default urgent help about cluster
  #1
Senior Member
 
siara817's Avatar
 
siamak rahimi ardkapan
Join Date: Jul 2010
Location: Copenhagen, Denmark
Posts: 220
Rep Power: 17
siara817 is on a distinguished road
Hi everybody,

I need to submit a star-ccm job to a cluster, but I do not know how to do that.
The job should be submitted to slurm.
__________________
Good luck
Siamak
siara817 is offline   Reply With Quote

Old   July 11, 2013, 09:49
Default
  #2
Senior Member
 
Ryne Whitehill
Join Date: Aug 2009
Posts: 312
Rep Power: 18
rwryne is on a distinguished road
Sorry, never dealt with slurm.

Have you tried contacting cd-adapco? Generally they have been very responsive to questions like this for me.
rwryne is offline   Reply With Quote

Old   July 11, 2013, 16:31
Default
  #3
Senior Member
 
siara817's Avatar
 
siamak rahimi ardkapan
Join Date: Jul 2010
Location: Copenhagen, Denmark
Posts: 220
Rep Power: 17
siara817 is on a distinguished road
Thank you rwryne, I think the issue is mainly related to writing the commands in LINUX.
__________________
Good luck
Siamak
siara817 is offline   Reply With Quote

Old   July 12, 2013, 02:04
Default
  #4
New Member
 
Theodore Kontzias
Join Date: May 2013
Posts: 3
Rep Power: 12
rickosgr is on a distinguished road
Send a message via Skype™ to rickosgr
Hi,

I run my thesis in a linux cluster.

Maybe this can help you:
/opt/CD-adapco/StarCCM7.06.012/star/bin/starccm+ -rsh ssh – server –on 195.251.126.227:3,195.251.126.225:3 /media/shared/sims/pipe_porous.sim

The above is the commands in the linux.

I connect via ssh protocol. Also all the clusters must look on the same file, I'm using samba for that.

I hope it helped..
Yours,
rick
rickosgr is offline   Reply With Quote

Old   July 12, 2013, 04:38
Default
  #5
Senior Member
 
siara817's Avatar
 
siamak rahimi ardkapan
Join Date: Jul 2010
Location: Copenhagen, Denmark
Posts: 220
Rep Power: 17
siara817 is on a distinguished road
Thank you rick,
I wrote the following batch file. what do you think is the problem?
#!/bin/sh
###
### Job name
#SBATCH --job-name=threephase
### Name of queue to submit to
#SBATCH --time=40:00
### Number of nodes required for the job
#SBATCH --nodes=2
### Number of processor cores
#SBATCH -n 8
### Amount of memory per core
#SBATCH --mem-per-cpu=12000

### The actual job execution
cd /user/siara817/cfdfiles/threephasestest
/pack/STAR-CCM+/starccm+5.02.010 -nodisplay -r threephasestest

Thank you again
Siamak
siara817 is offline   Reply With Quote

Old   July 12, 2013, 05:19
Default
  #6
Member
 
Oliver Lauer
Join Date: Mar 2009
Location: Coburg
Posts: 57
Rep Power: 17
olauer is on a distinguished road
What happens, if you use your command? Does it work at all? I am not sure about option '-r' but have never used it.
What I would use is option -np 8 for use of eight processors
olauer is offline   Reply With Quote

Old   July 12, 2013, 05:25
Default
  #7
Senior Member
 
siara817's Avatar
 
siamak rahimi ardkapan
Join Date: Jul 2010
Location: Copenhagen, Denmark
Posts: 220
Rep Power: 17
siara817 is on a distinguished road
Thanks Oliver,
It gives a Job ID but when I check the job, there is no information, i.e. there is a fail.
Exactly, I have doubt about the last part.
my cfd file is in user/siara817/cfdfiles/
and the cfd software is located in /pack/STAR-CCM+/starccm+5.02.010
I do know if it is the correct way of asking the SLURM to call STAR-CCM to run the file.
siara817 is offline   Reply With Quote

Old   July 12, 2013, 06:19
Default
  #8
Member
 
Oliver Lauer
Join Date: Mar 2009
Location: Coburg
Posts: 57
Rep Power: 17
olauer is on a distinguished road
Hm,
in my opinion your last line should look like
/pack/STAR-CCM+/starccm+5.02.010/star/bin/starccm+ -np 8 -batch
threephasestest
to start a running server on 8 procs.
Probably you could add a " > output.log" to the line to have the output of CCM+ directly written to your folder. In this file you could also see the id of your CCM+ server process.
BTW, ccm+5.02 is from April 2010, current version is 8.04
olauer is offline   Reply With Quote

Old   July 14, 2013, 02:22
Default
  #9
Senior Member
 
siara817's Avatar
 
siamak rahimi ardkapan
Join Date: Jul 2010
Location: Copenhagen, Denmark
Posts: 220
Rep Power: 17
siara817 is on a distinguished road
Thank you Oliver, It seems there is a problem in the server of Cluster.
__________________
Good luck
Siamak
siara817 is offline   Reply With Quote

Reply

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
Making a Cluster with servers at different locations? Mobz OpenFOAM Programming & Development 1 February 27, 2013 17:16
Parallel rerun in cluster Andy_bm OpenFOAM Running, Solving & CFD 4 November 27, 2011 07:16
Parallel cluster solving with OpenFoam? P2P Cluster? hornig OpenFOAM Programming & Development 8 December 5, 2010 16:06
How to install the OpenFoam in the cluster. Please help me! flying OpenFOAM Installation 6 November 27, 2009 03:00
Linux Cluster Performance with a bi-processor PC M. FLUENT 1 April 22, 2005 09:25


All times are GMT -4. The time now is 14:44.