Hello all,
I have installed v7p0 at cluster, and have disabled line 135 of runcode.py "from parsers.parserSELAFIN import PARAFINS".
Then got the new error message:
uncontroled error from python:: NameError("global name 'PARAFINS' is not defined",)
~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "runcode.py", line 1452, in main
runCAS(cfgname,cfg,codeName,casFiles,options)
File "runcode.py", line 1088, in runCAS
copyPartition(CASFiles[name],GLOGEO,MODFiles[CASFiles[name]],ncsize,False,options.use_link)
File "runcode.py", line 632, in copyPartition
if not slf: slf = PARAFINS(geom,geom)
NameError: global name 'PARAFINS' is not defined
~~~~~~~~~~~~~~~~~~
Comparing the next lines that caused errors to the runcode.py of v6p3r2, this is not my expertise to amend the python code till working. Do anybody has the runcode.py of version 7 that can work at cluster?
Or how to include "numpy" at cluster so the latest runcode.py can go through line 135 without problem?
Thanks..