mathieumorlighem
I made the following changes to the test101 file:
md.cluster=computecanada('port', 0,'login', 'myusername', 'name', 'narval.computecanada.ca', 'time', 7, 'codepath', '/home/myusername/scratch/trunk/bin', 'executionpath', '/home/myusername/scratch/trunk/execution', 'projectaccount', 'def-xxx', 'mailtype', 'ALL');
md.settings.waitonlock = 0;
When running, it generated this error:
test101
boundary conditions for stressbalance model: spc set as zero
no balancethickness.thickening_rate specified: values set as zero
uploading input file and queuing script
Enter passphrase for key '/Users/green/.ssh/id_rsa':
test101-07-26-2023-06-39-39-69827.tar.gz 0% 0 0.0KB/s --:-- ETA
test101-07-26-2023-06-39-39-69827.tar.gz 100% 78KB 280.6KB/s 00:00
launching solution sequence on remote cluster
Enter passphrase for key '/Users/green/.ssh/id_rsa':
Lmod is automatically replacing "intel/2020.1.217" with "gcc/9.3.0".
Due to MODULEPATH changes, the following have been reloaded:
1) blis/0.8.1 2) flexiblas/3.0.4 3) openmpi/4.0.3
narval1.narval.calcul.quebec
Submitted batch job 19559296
Model results must be loaded manually with md=loadresultsfromcluster(md);
Unrecognized field name "StressbalanceSolution".
Error in test101 (line 30)
(md.results.StressbalanceSolution.Vx),...
ans =
struct with no fields.
However, after deleting the 'md.cluster=computercanada()' script, it ran without error.Is it possible that the error was triggered by files not found?
`test101
boundary conditions for stressbalance model: spc set as zero
no balancethickness.thickening_rate specified: values set as zero
uploading input file and queuing script
launching solution sequence on remote cluster
Ice-sheet and Sea-level System Model (ISSM) version 4.22
(website: http://issm.jpl.nasa.gov contact: issm@jpl.nasa.gov)
call computational core:
write lock file:
FemModel initialization elapsed time: 0.041831
Total Core solution elapsed time: 0.103404
Linear solver elapsed time: 0.072022 (70%)
Total elapsed time: 0 hrs 0 min 0 sec
ans =
struct with fields:
StressbalanceSolution: [1Ă—1 struct]`