Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1626 Discussions

Problem with execution speed in Devcloud

AGupt33
Beginner
2,380 Views

This message is in reference with

I am using Devcloud for my code but the speed is same as the colfax cluster.

In the given link, it is told that we need not use any special parameters to increase the speed but it does not happen.

Is there any specific mode I need to set to increase the speed?

Thank you,

Akshita Gupta

0 Kudos
4 Replies
idata
Employee
1,440 Views

Hello,

 

 

Thanks for reaching out to us.

 

 

Please try out the below parameter and let me know the observation

 

 

Set OpenMP* environment variables (OMP_) and extensions (KMP_).

 

os.environ["OMP_NUM_THREADS"] = "64"

 

os.environ["KMP_BLOCKTIME"] = "30"

 

os.environ["KMP_SETTINGS"] = "1"

 

os.environ["KMP_AFFINITY"]= "granularity=fine,verbose,compact,1,0"

 

 

Please share the below information if it still not working

 

1. Framework and topology details

 

2. Please share the code to try out from our end.

 

 

Thanks,

 

Dilraj
0 Kudos
idata
Employee
1,440 Views

Hi,

 

Performance optimizations are code dependent. There can be other factors influencing the performance in addition to the compute power of machines. It would be great if you could share the details of the code,framework/topology/environment setup, so that we could check it here.

 

 

Regards,

 

Dona
0 Kudos
idata
Employee
1,440 Views

Hi,

 

Please let us know if you are still facing the issue. If so, kindly provide the details so that we can try it from our end.

 

 

Regards,

 

Dona
0 Kudos
idata
Employee
1,440 Views

Hi,

 

We are closing the case since there is no response. Please open a new thread if you observe any issues.

 

 

Regards,

 

Dona
0 Kudos
Reply