Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intel + windows + fpm issue #56

Open
jalvesz opened this issue Jan 16, 2024 · 1 comment
Open

intel + windows + fpm issue #56

jalvesz opened this issue Jan 16, 2024 · 1 comment

Comments

@jalvesz
Copy link

jalvesz commented Jan 16, 2024

Hi,
I have a compile problem with the setup currently with the combo intel (ifort/ifx) + windows that I don't manage to see where it comes from:
https://github.com/jalvesz/fast_math/actions/runs/7534919393/job/20510066540

Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.10.0 Build 20230609_000000
<ERROR> Compilation failed for object " test_fast_math.exe "
Copyright (C) 1985-2023 Intel Corporation.  All rights reserved.

ifort: command line warning #10006: ignoring unknown option '/xhost'
ifort: command line warning #10161: unrecognized source type 'build\ifort_5B04FF2A4A1[58](https://github.com/jalvesz/fast_math/actions/runs/7534919393/job/20510066540#step:6:59)0B5\fast_math\test_test_fast_math.f90.o'; object file assumed
link: unknown option -- s
Try 'link --help' for more information.
<ERROR> stopping due to failed compilation
STOP 1
Error: Process completed with exit code 1.

I have a windows machine locally and I can't reproduce this pb. does it ring any bells?

Thanks for any advice,

@minhqdao
Copy link
Contributor

Having a similar problem with both ifort (2021.10) and ifx (2024.1) on Windows runners:

Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 2024.1.0 Build 20240308
<ERROR> Compilation failed for object " ex1.exe "
Copyright (C) 1985-2024 Intel Corporation. All rights reserved.
<ERROR> stopping due to failed compilation

STOP 1
link: unknown option -- d
Try 'link --help' for more information.
Error: Process completed with exit code 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants