I have just submitted an article to JJIAM.
The review only takes 9days, just as a statistics though, and indeed, the process is very quick.
How do they find reviewers in such a short period?
I have just submitted an article to JJIAM.
The review only takes 9days, just as a statistics though, and indeed, the process is very quick.
How do they find reviewers in such a short period?
Have just given an invited talk at the 4th FrontISTR symposium about my algorithm.
Probably my algorithm will be merged into it!
https://www.frontistr.com/event/?id=61
https://doi.org/10.1142/S0219876222500414
Finally, the article was accepted!.
I was informed that it was accepted on the 3rd of August, but the website says it was on the 23rd.
Something is not quite correct, but errors will be fixed.
After two weeks of the submission, finally my article is "with editor".
I have thought it would go directly to "under review".
A new paper was submitted on 25th of Feb., but still "submitted to journal". nearly two weeks.
hope an editor is handling my manuscript, but no reviewer is assigned yet.
It was submitted to International Journal of Computational Methods
From this December, I am also a Guest Investigator at Woods Hole Oceanographic Institution.
I will work on HPC in underwater acoustics.
Hope I can provide some good achievements and make any feed-back to CTBT.
mpirun -np 8 -genv OMP_NUM_THREADS=16 -hosts node2-ib,node3-ib,node4-ib,node5-ib -ppn 2 ./sol
Since Oct file of Octave is used to get a speedup, I think profiling of oct-files is useful, but I have not been able to do so. Oct-file is an executable binary called by Octave, and so, the profilers might be confused.
Recently, I have just found that "Intel Advisor" can get the information of my oct file. In addition, it really gives me the advice to get better performance.
We just need to launch Octave script to get the performance, namely you need to specify the following on Intel Advisor,
Binary: octave or octave-cli,
Option: an Octave script that calls your Oct-file.
That's it!
I finally found a way to build Octave with intel compiler and mkl.
Looks nice, and the author provides Python codes (and some other languages).
I also have a kind of colour blindness (red and green). It would be nice to have this.
https://ai.googleblog.com/2019/08/turbo-improved-rainbow-colormap-for.html
I have just notified that my newly published paper got a DOI.
https://doi.org/10.1142/S0219876221500274
Actually, I got the notification from ORCID, not from the journal. Things are getting well organized, but feel some skew.
I am thinking if OpenMP Offloading works with XcalableMP, and desire to play around it.
Luckily, my laptop has Core i7-8665U, and Intel's OneAPI compiler provides us with openmp-offloading.
Software installation is quite straightforward;
https://software.intel.com/content/www/us/en/develop/articles/installing-intel-oneapi-toolkits-via-apt.html#aptpkg
And the first step guide is;
https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-cpp-fortran-compiler-openmp/top.html
Surely working!