|
[Sponsors] |
November 21, 2019, 09:50 |
Ansys fluent parallel run Linux error
|
#1 |
Member
Bineet Mehra
Join Date: Aug 2013
Posts: 61
Rep Power: 13 |
Hello,
I am trying to submit a fluent run on a cluster using the following bash script # --------------------------------------------------------- # export EOS=titan03 export CALCUL=test export NPROC=16 export PPN=8 export VERSION=192 export TYP=3ddp #usage DEPART=aaaa-mm-jjThh:mm:ss #export DEPART=2018-06-05T15:41:00 #export DUREE=48:00:00 export CASE=FFF.1-2.cas.gz export DATA=FFF.1-2-00090.dat.gz export JOURNAL=jrnl.jou ################################################## ######### runFluentAcademic.sh -sw_name $CALCUL -sw_input $CASE -sw_input $JOURNAL -version $VERSION -sw_ppn $PPN -t $NPROC $TYP -g -i $JOURNAL ################################################## ######### where NPROC = number of cores PPN = number of nodes. The error i am getting is PPN 8 -1")syntax error: invalid arithmetic operator (error token is " : integer expression expectedemic.sh: line 125: [: 16 --ntasks-per-node=8 AL_JOB_APP,AL_JOB_XFER " for ntasks-per-node. numeric value "8 Is it a problem in the runFluentAcademic.sh file (containing the licence information) or just a syntax error ? Please suggest thanks |
|
November 22, 2019, 07:47 |
|
#2 |
Senior Member
Sebastian Engel
Join Date: Jun 2011
Location: Germany
Posts: 567
Rep Power: 21 |
Is this really the full error message?
Can you share the content of runFluentAcademic.sh? This is likely a custom script. You might start by quoting the variable values properly, to see whether there is some issue with string formating. Such as: runFluentAcademic.sh -sw_name "$CALCUL" -sw_input "$CASE" Btw, for what reason do you need to export the variables? Are they used somewhere downstream in runFluentAcademic.sh? |
|
Tags |
ansys, fluent - parallel, linux, scripting |
|
|
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 05:18 |
Mesquite - Adaptive mesh refinement / coarsening? | philippose | OpenFOAM Running, Solving & CFD | 94 | January 27, 2016 10:40 |
Parallel Error in ANSYS FLUENT 12 | zeusxx | FLUENT | 25 | July 17, 2015 05:40 |
Undeclared Identifier Errof UDF | SteveGoat | Fluent UDF and Scheme Programming | 7 | October 15, 2014 08:11 |
ParaView for OF-1.6-ext | Chrisi1984 | OpenFOAM Installation | 0 | December 31, 2010 07:42 |