|
[Sponsors] |
Scripts to run fluent in Linux cluster via windows |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 19, 2018, 10:29 |
Scripts to run fluent in Linux cluster via windows
|
#1 |
New Member
sanjay
Join Date: Jun 2018
Posts: 12
Rep Power: 8 |
Hello all,
I am facing a problem while using linux cluster to run fluent via windows. In order to run fluent i have wrote two scripts,which you can see in the picture. when i try to run the job using qsub command `qsub fluent_example.jobī Then I got a message as my job has been submitted. But simulation did not start though no one is using the cluster at the moment. when i have seen the output file i got error as $PBS_O_WORKDIR:undefined varible. Can anyone help me to resolve the error? [ATTACH]65661 |
|
September 19, 2018, 17:23 |
|
#2 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,761
Rep Power: 66 |
You tried to cd into the workdir and it couldn't, hence it didn't execute anything else and hence why it never ran any job.
Why don't you have a hashbang? I.e. the first line is usually something like: Code:
#!/bin/bash Code:
cd $PBS_O_WORKDIR Code:
cd "$PBS_O_WORKDIR" Code:
cd /home/paba/cluster_test1/ |
|
Tags |
cluster computing, fluent - parallel, linux server, parallel computing |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fluent - Linux vs Windows | derick | FLUENT | 2 | August 16, 2020 12:23 |
How to run fluent in LINUX | Selina | FLUENT | 26 | December 4, 2019 18:25 |
fluent on remote linux cluster | osamaghani | ANSYS | 4 | July 30, 2012 18:51 |
Parallel run of OpenFOAM in linux and windows side by side | m2montazari | OpenFOAM Running, Solving & CFD | 5 | June 24, 2011 04:26 |
FLUENT in Windows Serial and Linux Parallel | sham83 | FLUENT | 0 | June 1, 2011 00:38 |