Saurabh Kumar
Saurabh Kumar
Another occurrence of the same exception occurs when compiling `setup.f90` ```console lfortran -c setup.f90 Internal Compiler Error: Unhandled exception Traceback (most recent call last): Binary file "/home/saurabh-kumar/Projects/System/lfortran/src/bin/lfortran", in _start() File...
Another one when compiling `output.f90` ```console (lf) saurabh-kumar@Awadh:~/Projects/Packages/SNAP/src$ make lfortran -c setup.f90 lfortran -c output.f90 Internal Compiler Error: Unhandled exception Traceback (most recent call last): Binary file "/home/saurabh-kumar/Projects/System/lfortran/src/bin/lfortran", in _start()...
> A general practice to edit comments will be to use “Edit: “ and then add changes. Thank you very much for the guidance @Pranavchiku! I will keep this in...
I am facing an issue related to the lfortran version. ```console (lf) saurabh-kumar@Awadh:~/Projects/Packages/SNAP/src$ make cpp -P time.0.F90 >time.f90 lfortran -c time.f90 Internal Compiler Error: Unhandled exception Traceback (most recent call...
> @kmr-srbh ask on zulip for further help. You need to clean the old modules, you are using modules from older version of LFortran. I am sorry for bothering you...
### Current compilation status ```console (base) saurabh-kumar@Awadh:~/Projects/Packages/SNAP/src$ make lfortran -c global.f90 lfortran -c sn.f90 lfortran -c data.f90 lfortran -c geom.f90 lfortran -c control.f90 cpp -P time.0.F90 >time.f90 lfortran -c time.f90...
### Output of executing `./gsnap` ```console (base) saurabh-kumar@Awadh:~/Projects/Packages/SNAP/src$ ./gsnap SNAP: SN (Discrete Ordinates) Application Proxy Version Number.. 1.12 Version Date.. 09-07-2021 Ran on **-**-**** at time **:**:** keyword Timing Summary...
The above output was obtained when I uncommented some lines of code. This is with latest main. We have currently got #4149, #4173 and #4192 to tackle.
> Hey @kmr-srbh , can you push the changes present in your local? Sure! I am pushing the changes now.
I am in the process of cleaning up things. I will tell you once I am done. It should not take much time. I made some changes a few days...