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

Numeca SLURM Batch-System

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 6, 2016, 06:43
Default Numeca SLURM Batch-System
  #1
New Member
 
Join Date: Apr 2016
Posts: 13
Rep Power: 10
Daniel DA is on a distinguished road
Hi Numeca Users,

recently i set up my Simulation of an radial fan and now i want to start using a cluster with more computational power. The System uses a batch System (SLURM) and i cant find a right script to run my jobs. Unfortunately the NUMECA User-Guide doesnt provide any suggestions for this kind of batch system. Has anyone some experience with it and can suggest me a solution?

Thanks for your help
Daniel
Daniel DA is offline   Reply With Quote

Old   July 7, 2016, 16:30
Default
  #2
Senior Member
 
DarylMusashi's Avatar
 
Holger Dietrich
Join Date: Apr 2011
Location: Germany
Posts: 174
Rep Power: 14
DarylMusashi is on a distinguished road
Dear Daniel,

are you familiar with the procedure to set up a parallel / parallel portioned calculation with the Task Manager (a module integrated in the FINE/Turbo environment)?
DarylMusashi is offline   Reply With Quote

Old   July 8, 2016, 15:14
Default
  #3
New Member
 
Join Date: Apr 2016
Posts: 13
Rep Power: 10
Daniel DA is on a distinguished road
Hey,

yes i´m familiar with setting up this tasks.
Daniel DA is offline   Reply With Quote

Old   July 8, 2016, 16:45
Default
  #4
Senior Member
 
DarylMusashi's Avatar
 
Holger Dietrich
Join Date: Apr 2011
Location: Germany
Posts: 174
Rep Power: 14
DarylMusashi is on a distinguished road
Hello Daniel,

I have never worked with SLURM, but read about it now. The Task Manager won't help you here I am sure now.

What you basically need is a shell script to start your computation. This shell script is handed over to the batch server, which decides when your task is executed. I have two ideas for this.

1) I added a script file as an example. You need to rename it to myscript.sh, as it is not allowed to upload shell scripts here. You may need to read in the FINE/Turbo manual the chapter "Launch FINE™ in Batch". The syntax and parameters for setting up different computations are described in detail there.

Make your script executable (I am not sure if this step is necessary):
move to where the script is located
chmod +x myscript.sh

Hand this script over to the batch server:
sbatch myscript.sh

2)
Execute the command line (fine -niversion 102 and so on) from the myscript.sh directly in the shell. Four result files should be created then, one of them is "a script file to submit the computation on queuing system."

Maybe this is the better one to hand over to your batch server. I suppose this is a shell script, too and it should work like in 1): sbatch however_its_name_is.sh


I hope at least one of the methods work and I hope I got your problem?

======

Here I read about sbatch command:
https://rc.fas.harvard.edu/resources/running-jobs/
Attached Files
File Type: txt myscript.txt (522 Bytes, 81 views)
DarylMusashi 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
Run Multiple Files in Batch nickninevah STAR-CCM+ 6 October 12, 2017 06:17
Single phase Flow, batch system, rotary parts, Possible in Open Foam? iahmedimtiaz OpenFOAM Running, Solving & CFD 4 September 24, 2015 15:34
UDF could not be used in parallel by batch file, but could be used in single running 768643480 Fluent UDF and Scheme Programming 2 March 24, 2015 07:44
Steady state free surface flow in rotational closed system hilde CFX 5 January 21, 2015 16:47
Running CFX parallel distributed Under linux system with loadleveler queuing system ahmadbakri CFX 1 December 21, 2014 04:19


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