[FLASH-USERS] xflash3 not starting in IDL
amar at aries.res.in
amar at aries.res.in
Mon Nov 20 18:01:18 EST 2023
Dear FLASH users,
This is a gentle reminder for my issue regarding xflash3 not starting in IDL.
With regards,
Amar
----- Original Message -----
From: amar at aries.res.in
To: flash-users at flash.rochester.edu
Sent: Fri, 17 Nov 2023 22:31:44 +0530 (IST)
Subject: xflash3 not starting in IDL
Dear FLASH users,
After installing, I could successfully run FLASH using the command: mpirun -np 8 flash4 -par_file flash.par
I could see that the output files are produced as mentioned in user guide section 2.4.
Thereafter, I followed the guidelines to set the environment variables for xflash3 routine in my .bashrc file:
export XFLASH3_DIR=/home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0
export IDL_PATH=$XFLASH3_DIR:$IDL_PATH
However, when I type xflash3 and hit Enter in the idl prompt, following error messages appear instead of main widget of xflash3:
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 216
fstartSuffix = cw_field(suf_base, title = 'suffix: ', value = '1', $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1770
fendSuffix = cw_field(suf_base, title = 'to', value = '1', $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1772
fstep = cw_field(suf_base, title = ' step', value = '1', $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1774
out_buttons = cw_bgroup(outputBase, output, column = 3, $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1792
hsize = cw_field(size_base, title = 'Plot size, horizontal: ', $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1799
vsize = cw_field(size_base, title = ' vertical: ', value = 600, $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1801
varMin = cw_field(rangeBase, title = 'Data range: ', $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1824
varMax = cw_field(rangeBase, title = 'to: ', xsize = 12, uvalue = 'varMax', $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1827
/nonexclusive, $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1836
label_left = 'Parallel Block Distribution: ', $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1847
/nonexclusive, $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1858
opt_buttons = cw_bgroup(optBase, options, column = 4, $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1877
slicePlane = cw_bgroup(zoomBase, slice_options, column = 3, $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1891
xmin = cw_field(xbase, title = ' xrange: ', xsize = 9, $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1904
xmax = cw_field(xbase, title = 'to ', xsize = 9, $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1907
ymin = cw_field(ybase, title = ' yrange: ', xsize = 9, $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1911
ymax = cw_field(ybase, title = 'to ', xsize = 9, $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1914
zmin = cw_field(zbase, title = ' zrange: ', xsize = 9, $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1918
zmax = cw_field(zbase, title = 'to ', xsize = 9, $
^
% Syntax error.
At: /home/amar/Downloads/FLASH/FLASH4.7.1/tools/fidlr3.0/xflash3.pro, Line 1921
% Compiled module: XFLASH3.
% Attempt to call undefined procedure/function: 'XFLASH3'.
% Execution halted at: $MAIN$
% Program caused arithmetic error: Floating overflow
Is it because of a different IDL version in my system (I have IDL Version 7.0.6 (linux x86 m32). (c) 2008, ITT Visual Information Solutions )
I shall be highly thankful for any explanation of this issue and any possible solution.
With best regards,
Amar
More information about the flash-users
mailing list