Skip to content

Commit eade5dc

Browse files
committed
create a container with llvm compiler
1 parent 41f82c0 commit eade5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile_intel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ COPY *.py /app
6464

6565
# Now compile the fortran code
6666
#RUN FOR_COARRAY_NUM_IMAGES=1 fpm test --compiler ifx --flag "-fpp -O3 -coarray" --profile release \
67-
# && fpm install --prefix=.
67+
# && FOR_COARRAY_NUM_IMAGES=1 fpm install --compiler ifx --flag "-fpp -O3 -coarray" --profile release --prefix .

0 commit comments

Comments
 (0)