|
[Sponsors] |
May 25, 2016, 20:21 |
running OpenFoam on a HPC
|
#1 |
Member
Zhifang Hu
Join Date: Sep 2015
Location: Brisbane
Posts: 54
Rep Power: 11 |
Hi there,
I am new to HPC, so forgive me if the question sounds a bit naive/ or I dont provide enough information. I have a user directory in the HPC, for example a directory which is /home/myusername/ and after some try I've succeed in complying foam-extend 3.1 there. I can do simple run as my linux machine, with command like blockMesh setField etc. However when I tried to submit a job through pbs to a computational node, things stopped working and I have no idea why till now. the error message shows as below Code:
########################### Execution Started ############################# JobId:5545 UserName:uqzhu5 GroupName:qris-uq ExecutionHost:eura24 ############################################################################### No Modulefiles Currently Loaded. blockMesh: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/uqzhu5/foam/foam-extend-3.1/lib/linux64GccDPOpt/libfoam.so) setFields: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/uqzhu5/foam/foam-extend-3.1/lib/linux64GccDPOpt/libfiniteVolume.so) setFields: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/uqzhu5/foam/foam-extend-3.1/lib/linux64GccDPOpt/libfoam.so) olaFoam: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/uqzhu5/foam/foam-extend-3.1/lib/linux64GccDPOpt/libfiniteVolume.so) olaFoam: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/uqzhu5/foam/foam-extend-3.1/lib/linux64GccDPOpt/libfoam.so) ########################### Job Execution History ############################# JobId:5545 UserName:uqzhu5 GroupName:qris-uq JobName:baseWaveFlume SessionId:17059 ResourcesRequested:mem=4096mb,neednodes=1:ppn=1:amd,nodes=1:ppn=1:amd,vmem=4096mb,walltime=01:00:00 ResourcesUsed:cput=00:00:00,energy_used=0,mem=0kb,vmem=0kb,walltime=00:00:10 QueueUsed:ShortWallTime AccountString:UQ-EAIT-Civil ExitStatus:0 ############################################################################### and my job pbs looks like Code:
#!/bin/bash #PBS -N baseWaveFlume #PBS -l nodes=1:ppn=1:amd,mem=4GB #PBS -l walltime=01:00:00 #PBS -A UQ-EAIT-Civil cp -r /home/uqzhu5/baseWaveFlume $TMPDIR/. cd $TMPDIR/baseWaveFlume cp -r 0.org 0 # load Euramoo modules ./loadmodule.sh module list cd /home/uqzhu5/foam/foam-extend-3.1 source etc/bashrc echo blockMesh Meshing.. blockMesh echo Setting the fields... setFields echo Running... olaFoam #copy all the results onto 30days directory cp -r $TMPDIR/baseWaveFlume /30days/uqzhu5/. echo Simulation complete. Anyone have any suggestions? |
|
May 29, 2016, 20:38 |
|
#3 | |
Member
Zhifang Hu
Join Date: Sep 2015
Location: Brisbane
Posts: 54
Rep Power: 11 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to contribute to the community of OpenFOAM users and to the OpenFOAM technology | wyldckat | OpenFOAM | 17 | November 10, 2017 16:54 |
OpenFOAM v3.0+ ?? | SBusch | OpenFOAM | 22 | December 26, 2016 15:24 |
running OpenFoam in parallel | vishwa | OpenFOAM Running, Solving & CFD | 22 | August 2, 2015 09:53 |
Something weird encountered when running OpenFOAM in parallel on multiple nodes | xpqiu | OpenFOAM Running, Solving & CFD | 2 | May 2, 2013 05:59 |
Statically Compiling OpenFOAM Issues | herzfeldd | OpenFOAM Installation | 21 | January 6, 2009 10:38 |