opencollab / arpack-ng

Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.
Other
290 stars 124 forks source link

About the parpacklib compile problem. #420

Open hongyi-zhao opened 1 year ago

hongyi-zhao commented 1 year ago

A long time ago, I reported the following problem here:

BTW, I still failed to compile the libparpack.a for the original ARPACK version obtained from here, as shown below:

$ module load intel/oneapi
$ make parpacklib 
( cd ; /bin/make single double complex complex16 )
make[1]: Entering directory '/home/werner'
make[1]: *** No rule to make target 'single'.  Stop.
make[1]: Leaving directory '/home/werner'
make: *** [Makefile:69: parpacklib] Error 2

I'm not sure whether the same problem remains in arpack-ng and would be very grateful if someone with relevant testing experience is willing to share.

Regards, Zhao

fghoussen commented 1 year ago

Please open one issue for one problem. Is this a duplicate or a new problem?

hongyi-zhao commented 1 year ago

I can't find any similar duplication or previously reported problems:

image