Skip to content

Commit b8a5f66

Browse files
authored
Update exercise-instructions.md
1 parent efe4fda commit b8a5f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercise-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ make install
111111
Where `<path-to>/ftn` can be obtain by running `which ftn`.
112112
The 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
116116
export HIPFORT_HOME=/projappl/<project_number>/apps/HIPFORT
117117
ftn -I$HIPFORT_HOME/include/hipfort/amdgcn "-DHIPFORT_ARCH=\"amd\"" -L$HIPFORT_HOME/lib -lhipfort-amdgcn $LIB_FLAGS -c <fortran_code>.f90

0 commit comments

Comments
 (0)