File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ make install
111111Where ` <path-to>/ftn ` can be obtain by running ` which ftn ` .
112112The repository folder ` hipfort-rocm-6.1.0 ` contains a set of example (test) codes in the folder ` test/ ` . One can start with the ` vecadd ` example.
113113
114- We will use the Cray ' ftn' compiler wrapper as you would do to compile any fortran code plus some additional flags:
114+ We will use the Cray ` ftn ` compiler wrapper as you would do to compile any fortran code plus some additional flags:
115115``` bash
116116export HIPFORT_HOME=/projappl/< project_number> /apps/HIPFORT
117117ftn -I$HIPFORT_HOME /include/hipfort/amdgcn " -DHIPFORT_ARCH=\" amd\" " -L$HIPFORT_HOME /lib -lhipfort-amdgcn $LIB_FLAGS -c < fortran_code> .f90
You can’t perform that action at this time.
0 commit comments