Compatibility Tool

From ScientificComputing
Jump to: navigation, search

Compatibility Tool

A compatibility tool is available in order to run centos software on ubuntu. You can have an interactive shell by calling run-centos7. This command can be run with arguments that will be executed by bash (e.g. run-centos7 hostname).

If you need to run something in a script (e.g. through the batch system):

 run-centos7 <<EOF
 module load intel
 cd xxx
 ./my-software
 EOF