Wadud Miah

Results 13 issues of Wadud Miah

Can you embed clickable URLs in Fortran code with FORD?

wishlist

Hi Chris, could you please add another option in FORD to allow extra files to be documented that do not have an extension? e.g. Makefile. This option could be called...

wishlist

Hi, can you please provide a pre-built package as a tarball? The RPMs are not relocatable and want to install on a shared network path so all users on a...

I have the following code annotated by Camfort: ``` do j = 2, x_num - 1 != stencil readOnce, (reflexive(dim=1)) :: f != stencil (centered(depth=1, dim=1)) :: h h_new(j) =...

Camfort complains with the code which is valid Fortran: `use :: Types_mod` with the error message: ``` $ camfort stencils-check Solver_mod.f90 Checking stencil specs for 'Solver_mod.f90' camfort: fortran-src: user error...

It seems like there is a change of syntax specifications between Camfort 0.9 and 0.904 on the attached example code (very simple centred differencing code): ``` do j = 2,...

Hi, I have downloaded the source from Git, but when I type `autoreconf -i`, I get the following error message: ``` $ autoreconf -i configure.ac:1110: warning: file `etc/config/m4/acmpi.m4' included several...

Hi, I built the BT and CG benchmarks from the NAS parallel benchmark suite (https://www.nas.nasa.gov/software/npb.html) with AOMP 15.0 and the BT benchmark is showing 0.00 Mop/s (mega operations per second)....

Hi, I had the same issue in: https://github.com/latchset/clevis/issues/294. When I removed the RPM `clevis-pin-tpm2`, and the error (`Esys invalid ESAPI handle`) then disappeared. However, I still have to type the...

I have a task that depends on files generated by a dependent job, e.g. job A generates A.out and job B needs A.out in the current working directory. The applications...