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

PET test fails

Shruti

Shruti Joshi
Member
Hello,

I was trying to execute a PET test as follows:
./create_test PET_P8x4.f19_g16.X

This test fails with the details as mentioned below:

TestStatus file :
PASS PET_P8x4.f19_g16.X.amd_aocc CREATE_NEWCASE
PASS PET_P8x4.f19_g16.X.amd_aocc XML
PASS PET_P8x4.f19_g16.X.amd_aocc SETUP
PASS PET_P8x4.f19_g16.X.amd_aocc SHAREDLIB_BUILD time=115
PASS PET_P8x4.f19_g16.X.amd_aocc MODEL_BUILD time=21
PASS PET_P8x4.f19_g16.X.amd_aocc SUBMIT
FAIL PET_P8x4.f19_g16.X.amd_aocc RUN time=0

TestStatus.log file:
ERROR: RUN FAIL: Command 'mpirun -np 8

CESM Log file error :
ERROR: (shr_mct_queryConfigFile) Error on read value1
(shr_mct_queryConfigFile)Error reading token

The above error occurs for the default PET(2 threads) test too.
Note :For the same machine, compiler settings, PET.f19_g17.A works fine.

Any suggestions on this?

P.S. The compiler being used is AOCC( AMD's compiler).
 

jedwards

CSEG and Liaisons
Staff member
I don't recognize this error - perhaps using debug flags will get you more information.
Try test PET_P8x4_D.f19_g16.X

If you would be interested in contributing back your port to the AMD compiler please submit a pull request.
 
Top