Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

ifort: command line error: option '-qopenmp' not supported

Hello, I am running the scripts_regression_tests Z_TestFullSystem and get an ifort flag error (full error message in attached testerror.txt). I think that is a valid flag? Thanks for your help with this.

Finished SHAREDLIB_BUILD for test ERP.f45_g37_rx1.A.brown_intel in 154.992747 seconds (FAIL). [COMPLETED 5 of 17]
Case dir: /scratch/brown/ekarlsso/scripts_regression_test.20201102_115447/ERP.f45_g37_rx1.A.brown_intel.fake_testing_only_20201102_115447
Errors were:
Building test for ERP in directory /scratch/brown/ekarlsso/scripts_regression_test.20201102_115447/ERP.f45_g37_rx1.A.brown_intel.fake_testing_only_20201102_115447
/scratch/brown/ekarlsso/scripts_regression_test.20201102_115447/ERP.f45_g37_rx1.A.brown_intel.fake_testing_only_20201102_115447/case2/ERP.f45_g37_rx1.A.brown_intel.fake_testing_only_20201102_115447/env_mach_specific.xml already exists, delete to replace
ERROR: /scratch/brown/ekarlsso/clm5_porting2020/clm5_porting/clm5.0/cime/src/build_scripts/buildlib.mct FAILED, cat /scratch/brown/ekarlsso/scripts_regression_test.20201102_115447/ERP.f45_g37_rx1.A.brown_intel.fake_testing_only_20201102_115447/bld/mct.bldlog.201102-120122


ifort: command line error: option '-qopenmp' not supported
make[1]: *** [m_MCTWorld.o] Error 1
make: *** [subdirs] Error 2
ERROR: ifort: command line error: option '-qopenmp' not supported
make[1]: *** [m_MCTWorld.o] Error 1
make: *** [subdirs] Error 2


Version info: release-clm5.0.34-3-gcdc544df

Processing externals description file : Externals.cfg
Processing externals description file : Externals_CISM.cfg
Processing externals description file : Externals_CLM.cfg
Checking status of externals: cism, source_cism, clm, fates, ptclm, mosart, cime, rtm,
M ./cime
modified sandbox, on cime5.6.33
./components/cism
clean sandbox, on cism-release-cesm2.1.2_02
./components/cism/source_cism
clean sandbox, on release-cism2.1.03
./components/mosart
clean sandbox, on release-cesm2.0.04
./components/rtm
clean sandbox, on release-cesm2.0.04
./src/fates
clean sandbox, on sci.1.30.0_api.8.0.0
./tools/PTCLM
clean sandbox, on PTCLM2_20200121
 

Attachments

  • config_batch.txt
    832 bytes · Views: 0
  • config_machines.txt
    2.9 KB · Views: 2
  • config_compilers.txt
    1.2 KB · Views: 2
  • testerror.txt
    46.2 KB · Views: 2

jedwards

CSEG and Liaisons
Staff member
What version of the intel compiler are you using? I see in your config_machines that you are loading module 19.0.3.199 - this flag should be valid there.
Try this: Load the modules on your command line (you can do this from the case directory with `source .env_mach_specific.sh`)
then do mpiicc --version and mpiifort --version. Are these the versions you expect? If you try ifort -qopenmp from the command line do you still get this error?
 
Top