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.
 
Back
Top