November 24, 2021 at 3:49 am
Subscriber
It's definitely something related to the cluster as these are the two errors I get before it defaults into 2 cores
--------------------- Error 1
#!/bin/sh
echo job started on $(hostname)
# check shared cluster directory
ClusterSharedDirectory="/home/Test/_ProjectScratch/Scr7200/"
[ -d "$ClusterSharedDirectory" ] || { echo "Shared cluster directory does not exist on execution host, make sure it is mounted, shared out and can be accessed from all nodes."; echo 1008 > "/home/Test/_ProjectScratch/Scr7200/exitcode_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout"; exit 1008; }
# check AWP_ROOT
echo AWP_ROOT201=$AWP_ROOT201
[ -z "$AWP_ROOT201" ] && echo "AWP_ROOT201 is not set on execution host" && echo 1000 > "/home/Test/_ProjectScratch/Scr7200/exitcode_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout" && exit 1000
[ -d "$AWP_ROOT201" ] || { echo "AWP_ROOT201 directory does not exist on execution host"; echo 1009 > "/home/Test/_ProjectScratch/Scr7200/exitcode_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout"; exit 1009; }
# check command can be found
command="$AWP_ROOT201/commonfiles/CPython/3_7/linx64/Release/python/runpython"
[ -f "$command" ] || { echo "$command not found"; echo 1007 > "/home/Test/_ProjectScratch/Scr7200/exitcode_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout"; exit 1007; }
# running the cluster commmand
echo command: "$AWP_ROOT201/commonfiles/CPython/3_7/linx64/Release/python/runpython" -B -E "$AWP_ROOT201/RSM/Config/scripts/ClusterJobs.py" "/home/Test/_ProjectScratch/Scr7200/control_6aa0b86a-5272-463b-8291-ce057e10320e.rsm"
"$AWP_ROOT201/commonfiles/CPython/3_7/linx64/Release/python/runpython" -B -E "$AWP_ROOT201/RSM/Config/scripts/ClusterJobs.py" "/home/Test/_ProjectScratch/Scr7200/control_6aa0b86a-5272-463b-8291-ce057e10320e.rsm"
--------------------- Error 2
ARC
cl4n007
$AWP_ROOT201/SEC/SolverExecutionController/runsec.sh
null
done
NOSCRATCH
NOUNC
/home/Test/_ProjectScratch/Scr7200/
true
SSH
NOLIVELOGFILE
stdout_6aa0b86a-5272-463b-8291-ce057e10320e.live
stderr_6aa0b86a-5272-463b-8291-ce057e10320e.live
*.dat
file*.*
*.mac
thermal.build
commands.xml
SecInput.txt
done
file.abt
sec.interrupt
done
*.xml
*.NR*
*.swf
CAERepOutput.xml
Load_*.inp
Mode_mapping_*.txt
NotSupportedElems.dat
ObjectiveHistory.out
PostImage*.png
cyclic_map.json
exit.topo
file*.dsub
file*.ldhi
file*.mntr
file*.png
file*.r0*
file*.r1*
file*.r2*
file*.r3*
file*.r4*
file*.r5*
file*.r6*
file*.r7*
file*.r8*
file*.r9*
file*.rd*
file*.rst
file.BCS
file.DSP
file.PCS
file.ce
file.cm
file.cnd
file.cnm
file.err
file.gst
file.json
file.nd*
file.nlh
file.nr*
file.rdb
file.rfl
file.spm
file0.BCS
file0.PCS
file0.ce
file0.cnd
file0.err
file0.gst
file0.nd*
file0.nlh
file0.nr*
frequencies_*.out
input.x17
intermediate*.topo
morphed*.stl
post.out
record.txt
solve*.out
topo.err
topo.out
vars.topo
SecDebugLog.txt
secStart.log
sec.validation.executed
sec.envvarvalidation.executed
sec.failure
*.xml
*.NR*
*.swf
CAERepOutput.xml
Load_*.inp
Mode_mapping_*.txt
NotSupportedElems.dat
ObjectiveHistory.out
PostImage*.png
cyclic_map.json
exit.topo
file*.dsub
file*.ldhi
file*.mntr
file*.png
file*.r0*
file*.r1*
file*.r2*
file*.r3*
file*.r4*
file*.r5*
file*.r6*
file*.r7*
file*.r8*
file*.r9*
file*.rd*
file*.rst
file.BCS
file.DSP
file.PCS
file.ce
file.cm
file.cnd
file.cnm
file.err
file.gst
file.json
file.nd*
file.nlh
file.nr*
file.rdb
file.rfl
file.spm
file0.BCS
file0.PCS
file0.ce
file0.cnd
file0.err
file0.gst
file0.nd*
file0.nlh
file0.nr*
frequencies_*.out
input.x17
intermediate*.topo
morphed*.stl
post.out
record.txt
solve*.out
topo.err
topo.out
vars.topo
SecDebugLog.txt
sec.solverexitcode
secStart.log
sec.failure
sec.envvarvalidation.executed
done
stdout_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
stderr_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
control_6aa0b86a-5272-463b-8291-ce057e10320e.rsm
hosts.dat
exitcode_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
exitcodeCommands_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
stdout_6aa0b86a-5272-463b-8291-ce057e10320e.live
stderr_6aa0b86a-5272-463b-8291-ce057e10320e.live
ClusterJobCustomization.xml
ClusterJobs.py
clusterjob_6aa0b86a-5272-463b-8291-ce057e10320e.sh
clusterjob_6aa0b86a-5272-463b-8291-ce057e10320e.bat
inquire.request
inquire.confirm
request.upload.rsm
request.download.rsm
wait.download.rsm
scratch.job.rsm
volatile.job.rsm
restart.xml
cancel_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
liveLogLastPositions_6aa0b86a-5272-463b-8291-ce057e10320e.rsm
stdout_6aa0b86a-5272-463b-8291-ce057e10320e_kill.rsmout
stderr_6aa0b86a-5272-463b-8291-ce057e10320e_kill.rsmout
sec.interrupt
stdout_6aa0b86a-5272-463b-8291-ce057e10320e_*.rsmout
stderr_6aa0b86a-5272-463b-8291-ce057e10320e_*.rsmout
stdout_task_*.live
stderr_task_*.live
control_task_*.rsm
stdout_task_*.rsmout
stderr_task_*.rsmout
exitcode_task_*.rsmout
exitcodeCommands_task_*.rsmout
file.abt
done
RSM_IRON_PYTHON_HOME
/pkg/suse12/software/ANSYS/20.1/v201/aisol/../commonfiles/IronPython
RSM_TASK_WORKING_DIRECTORY
/home/Test/_ProjectScratch/Scr7200
RSM_USE_SSH_LINUX
True
RSM_QUEUE_NAME
local
RSM_CONFIGUREDQUEUE_NAME
Local
RSM_COMPUTE_SERVER_MACHINE_NAME
cl4n007
RSM_HPC_JOBNAME
Mechanical
RSM_HPC_DISPLAYNAME
Wishbone_Test-DP0-Model (C2)-Static Structural (C3)-Solution (C4)
RSM_HPC_CORES
2
RSM_HPC_DISTRIBUTED
TRUE
RSM_HPC_NODE_EXCLUSIVE
FALSE
RSM_HPC_QUEUE
local
RSM_HPC_USER
nxxxxxxxx
RSM_HPC_WORKDIR
/home/Test/_ProjectScratch/Scr7200
RSM_HPC_JOBTYPE
Mechanical_ANSYS
RSM_HPC_ANSYS_LOCAL_INSTALL_DIRECTORY
/pkg/suse12/software/ANSYS/20.1/v201/aisol/..
RSM_HPC_VERSION
201
RSM_HPC_STAGING
/home/Test/_ProjectScratch/Scr7200/
RSM_HPC_LOCAL_PLATFORM
Linux
RSM_HPC_CLUSTER_TARGET_PLATFORM
Linux
RSM_HPC_STDOUTFILE
stdout_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
RSM_HPC_STDERRFILE
stderr_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
RSM_HPC_STDOUTLIVE
stdout_6aa0b86a-5272-463b-8291-ce057e10320e.live
RSM_HPC_STDERRLIVE
stderr_6aa0b86a-5272-463b-8291-ce057e10320e.live
RSM_HPC_SCRIPTS_DIRECTORY_LOCAL
/pkg/suse12/software/ANSYS/20.1/v201/aisol/../RSM/Config/scripts
RSM_HPC_SCRIPTS_DIRECTORY
$AWP_ROOT201/RSM/Config/scripts
RSM_HPC_SUBMITHOST
localhost
RSM_HPC_STORAGEID
e0ab39a5-9380-430c-9b38-4303e97fa96d Mechanical=LocalNoCopy#localhost$/home/Test/_ProjectScratch/Scr7200/ Tuesday, November 23, 2021 02:01:40.634 PM True
RSM_HPC_PLATFORMSTORAGEID
/home/Test/_ProjectScratch/Scr7200/
RSM_HPC_NATIVEOPTIONS
ARC_ROOT
/pkg/suse12/software/ANSYS/20.1/v201/aisol/../RSM/Config/scripts/../../ARC
RSM_HPC_KEYWORD
ARC
RSM_PYTHON_LOCALE
en-us
done
AWP_ROOT201
2.0
6aa0b86a-5272-463b-8291-ce057e10320e
--------------------- Error 1
#!/bin/sh
echo job started on $(hostname)
# check shared cluster directory
ClusterSharedDirectory="/home/Test/_ProjectScratch/Scr7200/"
[ -d "$ClusterSharedDirectory" ] || { echo "Shared cluster directory does not exist on execution host, make sure it is mounted, shared out and can be accessed from all nodes."; echo 1008 > "/home/Test/_ProjectScratch/Scr7200/exitcode_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout"; exit 1008; }
# check AWP_ROOT
echo AWP_ROOT201=$AWP_ROOT201
[ -z "$AWP_ROOT201" ] && echo "AWP_ROOT201 is not set on execution host" && echo 1000 > "/home/Test/_ProjectScratch/Scr7200/exitcode_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout" && exit 1000
[ -d "$AWP_ROOT201" ] || { echo "AWP_ROOT201 directory does not exist on execution host"; echo 1009 > "/home/Test/_ProjectScratch/Scr7200/exitcode_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout"; exit 1009; }
# check command can be found
command="$AWP_ROOT201/commonfiles/CPython/3_7/linx64/Release/python/runpython"
[ -f "$command" ] || { echo "$command not found"; echo 1007 > "/home/Test/_ProjectScratch/Scr7200/exitcode_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout"; exit 1007; }
# running the cluster commmand
echo command: "$AWP_ROOT201/commonfiles/CPython/3_7/linx64/Release/python/runpython" -B -E "$AWP_ROOT201/RSM/Config/scripts/ClusterJobs.py" "/home/Test/_ProjectScratch/Scr7200/control_6aa0b86a-5272-463b-8291-ce057e10320e.rsm"
"$AWP_ROOT201/commonfiles/CPython/3_7/linx64/Release/python/runpython" -B -E "$AWP_ROOT201/RSM/Config/scripts/ClusterJobs.py" "/home/Test/_ProjectScratch/Scr7200/control_6aa0b86a-5272-463b-8291-ce057e10320e.rsm"
--------------------- Error 2
ARC
cl4n007
$AWP_ROOT201/SEC/SolverExecutionController/runsec.sh
null
done
NOSCRATCH
NOUNC
/home/Test/_ProjectScratch/Scr7200/
true
SSH
NOLIVELOGFILE
stdout_6aa0b86a-5272-463b-8291-ce057e10320e.live
stderr_6aa0b86a-5272-463b-8291-ce057e10320e.live
*.dat
file*.*
*.mac
thermal.build
commands.xml
SecInput.txt
done
file.abt
sec.interrupt
done
*.xml
*.NR*
*.swf
CAERepOutput.xml
Load_*.inp
Mode_mapping_*.txt
NotSupportedElems.dat
ObjectiveHistory.out
PostImage*.png
cyclic_map.json
exit.topo
file*.dsub
file*.ldhi
file*.mntr
file*.png
file*.r0*
file*.r1*
file*.r2*
file*.r3*
file*.r4*
file*.r5*
file*.r6*
file*.r7*
file*.r8*
file*.r9*
file*.rd*
file*.rst
file.BCS
file.DSP
file.PCS
file.ce
file.cm
file.cnd
file.cnm
file.err
file.gst
file.json
file.nd*
file.nlh
file.nr*
file.rdb
file.rfl
file.spm
file0.BCS
file0.PCS
file0.ce
file0.cnd
file0.err
file0.gst
file0.nd*
file0.nlh
file0.nr*
frequencies_*.out
input.x17
intermediate*.topo
morphed*.stl
post.out
record.txt
solve*.out
topo.err
topo.out
vars.topo
SecDebugLog.txt
secStart.log
sec.validation.executed
sec.envvarvalidation.executed
sec.failure
*.xml
*.NR*
*.swf
CAERepOutput.xml
Load_*.inp
Mode_mapping_*.txt
NotSupportedElems.dat
ObjectiveHistory.out
PostImage*.png
cyclic_map.json
exit.topo
file*.dsub
file*.ldhi
file*.mntr
file*.png
file*.r0*
file*.r1*
file*.r2*
file*.r3*
file*.r4*
file*.r5*
file*.r6*
file*.r7*
file*.r8*
file*.r9*
file*.rd*
file*.rst
file.BCS
file.DSP
file.PCS
file.ce
file.cm
file.cnd
file.cnm
file.err
file.gst
file.json
file.nd*
file.nlh
file.nr*
file.rdb
file.rfl
file.spm
file0.BCS
file0.PCS
file0.ce
file0.cnd
file0.err
file0.gst
file0.nd*
file0.nlh
file0.nr*
frequencies_*.out
input.x17
intermediate*.topo
morphed*.stl
post.out
record.txt
solve*.out
topo.err
topo.out
vars.topo
SecDebugLog.txt
sec.solverexitcode
secStart.log
sec.failure
sec.envvarvalidation.executed
done
stdout_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
stderr_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
control_6aa0b86a-5272-463b-8291-ce057e10320e.rsm
hosts.dat
exitcode_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
exitcodeCommands_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
stdout_6aa0b86a-5272-463b-8291-ce057e10320e.live
stderr_6aa0b86a-5272-463b-8291-ce057e10320e.live
ClusterJobCustomization.xml
ClusterJobs.py
clusterjob_6aa0b86a-5272-463b-8291-ce057e10320e.sh
clusterjob_6aa0b86a-5272-463b-8291-ce057e10320e.bat
inquire.request
inquire.confirm
request.upload.rsm
request.download.rsm
wait.download.rsm
scratch.job.rsm
volatile.job.rsm
restart.xml
cancel_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
liveLogLastPositions_6aa0b86a-5272-463b-8291-ce057e10320e.rsm
stdout_6aa0b86a-5272-463b-8291-ce057e10320e_kill.rsmout
stderr_6aa0b86a-5272-463b-8291-ce057e10320e_kill.rsmout
sec.interrupt
stdout_6aa0b86a-5272-463b-8291-ce057e10320e_*.rsmout
stderr_6aa0b86a-5272-463b-8291-ce057e10320e_*.rsmout
stdout_task_*.live
stderr_task_*.live
control_task_*.rsm
stdout_task_*.rsmout
stderr_task_*.rsmout
exitcode_task_*.rsmout
exitcodeCommands_task_*.rsmout
file.abt
done
RSM_IRON_PYTHON_HOME
/pkg/suse12/software/ANSYS/20.1/v201/aisol/../commonfiles/IronPython
RSM_TASK_WORKING_DIRECTORY
/home/Test/_ProjectScratch/Scr7200
RSM_USE_SSH_LINUX
True
RSM_QUEUE_NAME
local
RSM_CONFIGUREDQUEUE_NAME
Local
RSM_COMPUTE_SERVER_MACHINE_NAME
cl4n007
RSM_HPC_JOBNAME
Mechanical
RSM_HPC_DISPLAYNAME
Wishbone_Test-DP0-Model (C2)-Static Structural (C3)-Solution (C4)
RSM_HPC_CORES
2
RSM_HPC_DISTRIBUTED
TRUE
RSM_HPC_NODE_EXCLUSIVE
FALSE
RSM_HPC_QUEUE
local
RSM_HPC_USER
nxxxxxxxx
RSM_HPC_WORKDIR
/home/Test/_ProjectScratch/Scr7200
RSM_HPC_JOBTYPE
Mechanical_ANSYS
RSM_HPC_ANSYS_LOCAL_INSTALL_DIRECTORY
/pkg/suse12/software/ANSYS/20.1/v201/aisol/..
RSM_HPC_VERSION
201
RSM_HPC_STAGING
/home/Test/_ProjectScratch/Scr7200/
RSM_HPC_LOCAL_PLATFORM
Linux
RSM_HPC_CLUSTER_TARGET_PLATFORM
Linux
RSM_HPC_STDOUTFILE
stdout_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
RSM_HPC_STDERRFILE
stderr_6aa0b86a-5272-463b-8291-ce057e10320e.rsmout
RSM_HPC_STDOUTLIVE
stdout_6aa0b86a-5272-463b-8291-ce057e10320e.live
RSM_HPC_STDERRLIVE
stderr_6aa0b86a-5272-463b-8291-ce057e10320e.live
RSM_HPC_SCRIPTS_DIRECTORY_LOCAL
/pkg/suse12/software/ANSYS/20.1/v201/aisol/../RSM/Config/scripts
RSM_HPC_SCRIPTS_DIRECTORY
$AWP_ROOT201/RSM/Config/scripts
RSM_HPC_SUBMITHOST
localhost
RSM_HPC_STORAGEID
RSM_HPC_PLATFORMSTORAGEID
/home/Test/_ProjectScratch/Scr7200/
RSM_HPC_NATIVEOPTIONS
ARC_ROOT
/pkg/suse12/software/ANSYS/20.1/v201/aisol/../RSM/Config/scripts/../../ARC
RSM_HPC_KEYWORD
ARC
RSM_PYTHON_LOCALE
en-us
done
AWP_ROOT201
2.0
6aa0b86a-5272-463b-8291-ce057e10320e