12 lines
228 B
Text
12 lines
228 B
Text
|
@build
|
||
|
> Building with ifort
|
||
|
options build --compiler ifort
|
||
|
###############################
|
||
|
@run
|
||
|
> Running
|
||
|
options run --compiler ifort
|
||
|
###############################
|
||
|
@test
|
||
|
> Running tests on amap
|
||
|
options test --compiler ifort
|