Wadud Miah
Wadud Miah
Yes, I have unpacked the RPM using: $ rpm2cpio .rpm | cpio -idmv I was unable to build from source, hence asking for the pre-built version.
Could you please attach the Fortran code that is used to determine if the compiler supports F2008? If NAG can see that it is valid Fortran, then they can investigate...
The only compilation flags that I have used are `-O3 -fopenmp` which are specified in `config/make.def`, and the build command used was `make CLASS=A`. When running it, I simply used...
Hi @Lynd98, cheers for following it up. The stack size is unlimited: ``` $ ulimit -s unlimited ``` I don't think I have ROCm installed - I just downloaded the...
`ldd` on the binary shows: ``` $ ldd bin/bt.A.x linux-vdso.so.1 => (0x00007ffc39d7f000) libpgmath.so => /local/software/aomp/aomp-15.0/usr/lib/aomp_15.0-3/lib/libpgmath.so (0x00002b06561ab000) libflang.so => /local/software/aomp/aomp-15.0/usr/lib/aomp_15.0-3/lib/libflang.so (0x00002b06563dd000) libflangrti.so => /local/software/aomp/aomp-15.0/usr/lib/aomp_15.0-3/lib/libflangrti.so (0x00002b0655fab000) libomp.so => /local/software/aomp/aomp-15.0/usr/lib/aomp_15.0-3/lib/libomp.so (0x00002b0655fba000) libm.so.6 =>...
$ module load aomp $ which flang /local/software/aomp/aomp-15.0/usr/lib/aomp_15.0-3/bin/flang $ flang --version AOMP_STANDALONE_15.0-3 flang-new version 15.0.0 (/home/release/git/aomp15.0/llvm-project/clang b745843ebcb77f55de887b5741197184e7d0dcbd) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /local/software/aomp/aomp-15.0/usr/lib/aomp_15.0-3/bin $ echo $PATH /local/software/aomp/aomp-15.0/usr/lib/aomp_15.0-3/bin:_[other paths]_
I've added a simple hack which is to pass "mk" to extra_filetypes and created a symbolic link Makefile.mk to Makefile. Was easy enough to do.
When FORD lists the code, it shows a Web link which when you click, it opens the URL.
For the input files for a job: can you use the glob notation (\*), as there could be hundreds of files that are required for a task, and likewise for...
@zbeekman I totally agree that there are issues with templated programming and you have listed some good points. With regards to compiler optimisations, I didn't think the compiler will be...