2023-06-10 13:32:18 +00:00
|
|
|
@build
|
|
|
|
> Building with ifort
|
|
|
|
options build --compiler ifort
|
|
|
|
###############################
|
|
|
|
@run
|
|
|
|
> Running
|
|
|
|
options run --compiler ifort
|
|
|
|
###############################
|
|
|
|
@test
|
|
|
|
> Running tests on amap
|
|
|
|
options test --compiler ifort
|
2023-06-11 08:55:24 +00:00
|
|
|
###############################
|
|
|
|
@clean
|
|
|
|
> Removing objects and libraries
|
|
|
|
options clean --skip
|
|
|
|
###############################
|
|
|
|
@veryclean
|
|
|
|
> Removing all objects and dependencies
|
|
|
|
options clean --all
|