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

Problem running cfx on hpc

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 11, 2015, 11:01
Default Problem running cfx on hpc
  #1
Member
 
beyonder
Join Date: May 2015
Posts: 67
Rep Power: 10
beyonder1 is on a distinguished road
I am running CFX with this pbs file.

#!/bin/bash

#PBS -N mj2

#PBS -q small

#PBS -l nodes=1pn=20

#PBS -j oe

module load cfx

cd $PBS_O_WORKDIR

export I_MPI_FABRICS=shm:dapl

export I_MPI_MPD_TMPDIR=/scratch/shub

cfx5solve -batch -mdef cascade.mdef -part 20 -start-method "HP MPI Local Parallel"

The error is following:


ModuleCmd_Load.c(204):ERROR:105: Unable to locate a modulefile for 'cfx'
IBM Platform MPI licensed for CFX.
MPI Application rank 0 exited before MPI_Finalize() with status 1
An error has occurred in cfx5solve:

The ANSYS CFX solver exited with return code 1. No results file has been
created.


Do anybody has idea what's the reason for this.
beyonder1 is offline   Reply With Quote

Old   September 12, 2015, 06:01
Default
  #2
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Does PBS successfully run other applications?

Does CFX successfully run by itself (not run under PBS)?
ghorrocks is offline   Reply With Quote

Old   September 12, 2015, 06:09
Default
  #3
Member
 
beyonder
Join Date: May 2015
Posts: 67
Rep Power: 10
beyonder1 is on a distinguished road
One thing i missed to tell you that sometimes , by submitting the same script , it works and sometimes it shows the aforementioned errors.
I will answer your queries in few mins.
beyonder1 is offline   Reply With Quote

Old   September 12, 2015, 06:22
Default
  #4
Member
 
beyonder
Join Date: May 2015
Posts: 67
Rep Power: 10
beyonder1 is on a distinguished road
-yes, CFX successfully run by itself (not run under PBS)
-yes, PBS successfully run other applications. As i informed you in my last post, it is even working for mine but sometimes with the same script it throws that error
beyonder1 is offline   Reply With Quote

Old   September 14, 2015, 02:35
Default
  #5
Senior Member
 
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22
Lance is on a distinguished road
Quote:
Originally Posted by shubham2941 View Post
(...)
module load cfx
(...)
ModuleCmd_Load.c(204):ERROR:105: Unable to locate a modulefile for 'cfx'
My guess is that you didnt load the module for cfx. You better talk to the IT-guys administrating the cluster - unless that's you.
Lance 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
CFX on Windows HPC: Confused about cfx_ccsoptions.txt FrankS CFX 3 October 31, 2013 18:31
another issue about HPC cluster for running cfx, hepl PLZ. happy CFX 4 March 4, 2012 23:58
Numerical oscillations in CFX with water boiling problem. michujo CFX 4 December 16, 2011 09:00
cfx distributed parallel running problem in linux greatwall CFX 0 August 19, 2011 00:26
Kubuntu uses dash breaks All scripts in tutorials platopus OpenFOAM Bugs 8 April 15, 2008 07:52


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